mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #88722 from AndersonTorres/lnch-new
lnch: fix the site name
This commit is contained in:
commit
3918f1611d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue