tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Clarify specific GPL license
Joseph Crail
4 years ago
cebb6630
a07505d5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
ply
default.nix
+1
-1
pkgs/os-specific/linux/ply/default.nix
···
34
meta = with lib; {
35
description = "Dynamic tracing in Linux";
36
homepage = "https://wkz.github.io/ply/";
37
-
license = [ licenses.gpl2 ];
38
maintainers = with maintainers; [ mic92 mbbx6spp ];
39
broken = lib.versionOlder kernel.version "4.0";
40
};
···
34
meta = with lib; {
35
description = "Dynamic tracing in Linux";
36
homepage = "https://wkz.github.io/ply/";
37
+
license = [ licenses.gpl2Only ];
38
maintainers = with maintainers; [ mic92 mbbx6spp ];
39
broken = lib.versionOlder kernel.version "4.0";
40
};