Merge pull request #88722 from AndersonTorres/lnch-new

lnch: fix the site name
This commit is contained in:
Anderson Torres 2020-05-23 19:21:02 -03:00 committed by GitHub
commit 3918f1611d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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