lnch: 2017-02-16 -> unstable-2021-02-10
Just an update of upstream's license
This commit is contained in:
parent
075e1f7ee4
commit
e71e9cc188
@ -2,20 +2,21 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "lnch";
|
pname = "lnch";
|
||||||
version = "2017-02-16";
|
version = "unstable-2021-02-10";
|
||||||
|
|
||||||
goPackagePath = "github.com/oem/${pname}";
|
goPackagePath = "github.com/oem/${pname}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "oem";
|
owner = "oem";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "f24eed5392f01d2c8a9cfe9cdf70dcfbbf4b6b36";
|
rev = "6ed336dd893afa071178b8ac6f6297d23fc55514";
|
||||||
sha256 = "0skzrjnbxq1yj7y64cq7angp4wqnrgw1xp9v8vw9zp8f8zwmpy0y";
|
sha256 = "K2TV+mx6C3/REJyDpC6a/Zn/ZZFxkDMC3EnkveH6YNQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/oem/lnch";
|
homepage = "https://github.com/oem/lnch";
|
||||||
description = "A small go app that launches a process and moves it out of the process group";
|
description = "Launches a process and moves it out of the process group";
|
||||||
license = licenses.publicDomain; # really I don't know
|
license = licenses.mit;
|
||||||
|
platforms = with platforms; all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user