diff --git a/pkgs/by-name/fe/fence/package.nix b/pkgs/by-name/fe/fence/package.nix index 34d10c547179..0117cf7bdc43 100644 --- a/pkgs/by-name/fe/fence/package.nix +++ b/pkgs/by-name/fe/fence/package.nix @@ -17,7 +17,7 @@ buildGoModule (finalAttrs: { version = "0.1.58"; src = fetchFromGitHub { - owner = "Use-Tusk"; + owner = "jy-tan"; repo = "fence"; tag = "v${finalAttrs.version}"; hash = "sha256-ACe3N4bXYJW6QDQHtRChFWOTXTZTbEUbZ4d8cuFRqMY="; @@ -76,7 +76,8 @@ buildGoModule (finalAttrs: { meta = { description = "Lightweight, container-free sandbox for running commands with network and filesystem restrictions"; - homepage = "https://github.com/Use-Tusk/fence"; + homepage = "https://fencesandbox.com"; + changelog = "https://github.com/jy-tan/fence/releases"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dwt ]; mainProgram = "fence";