diff --git a/pkgs/tools/misc/lnch/default.nix b/pkgs/tools/misc/lnch/default.nix index 56372f5c027..4d9324af180 100644 --- a/pkgs/tools/misc/lnch/default.nix +++ b/pkgs/tools/misc/lnch/default.nix @@ -14,7 +14,7 @@ buildGoPackage rec { }; meta = with stdenv.lib; { - homepage = "https://github.com/mitchellh/gox"; + homepage = "https://github.com/oem/lnch"; description = "A small go app that launches a process and moves it out of the process group"; platforms = platforms.all; license = licenses.publicDomain; # really I don't know