lol

lnch: 2017-02-16 -> unstable-2021-02-10

Just an update of upstream's license

+6 -5
+6 -5
pkgs/tools/misc/lnch/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 pname = "lnch"; 5 - version = "2017-02-16"; 5 + version = "unstable-2021-02-10"; 6 6 7 7 goPackagePath = "github.com/oem/${pname}"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "oem"; 11 11 repo = pname; 12 - rev = "f24eed5392f01d2c8a9cfe9cdf70dcfbbf4b6b36"; 13 - sha256 = "0skzrjnbxq1yj7y64cq7angp4wqnrgw1xp9v8vw9zp8f8zwmpy0y"; 12 + rev = "6ed336dd893afa071178b8ac6f6297d23fc55514"; 13 + sha256 = "K2TV+mx6C3/REJyDpC6a/Zn/ZZFxkDMC3EnkveH6YNQ="; 14 14 }; 15 15 16 16 meta = with lib; { 17 17 homepage = "https://github.com/oem/lnch"; 18 - description = "A small go app that launches a process and moves it out of the process group"; 19 - license = licenses.publicDomain; # really I don't know 18 + description = "Launches a process and moves it out of the process group"; 19 + license = licenses.mit; 20 + platforms = with platforms; all; 20 21 }; 21 22 }