about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2020-05-23 19:21:02 -0300
committerGitHub <noreply@github.com>2020-05-23 19:21:02 -0300
commit3918f1611d21a1f86024ffe6a702945306e9eb42 (patch)
tree5f6778c5a1bde8faca0bd2af353d5b10dae2c683 /pkgs/tools
parentb0b3c30361daafacb8e10acfa3cb1293f421f174 (diff)
parentd453aea06598c1c84b9fa2d79b0672317e6400d6 (diff)
downloadnixlib-3918f1611d21a1f86024ffe6a702945306e9eb42.tar
nixlib-3918f1611d21a1f86024ffe6a702945306e9eb42.tar.gz
nixlib-3918f1611d21a1f86024ffe6a702945306e9eb42.tar.bz2
nixlib-3918f1611d21a1f86024ffe6a702945306e9eb42.tar.lz
nixlib-3918f1611d21a1f86024ffe6a702945306e9eb42.tar.xz
nixlib-3918f1611d21a1f86024ffe6a702945306e9eb42.tar.zst
nixlib-3918f1611d21a1f86024ffe6a702945306e9eb42.zip
Merge pull request #88722 from AndersonTorres/lnch-new
lnch: fix the site name
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/lnch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/lnch/default.nix b/pkgs/tools/misc/lnch/default.nix
index 56372f5c0274..4d9324af1807 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