Clarify specific GPL license
This commit is contained in:
parent
a07505d518
commit
cebb663086
@ -34,7 +34,7 @@ in stdenv.mkDerivation {
|
||||
meta = with lib; {
|
||||
description = "Dynamic tracing in Linux";
|
||||
homepage = "https://wkz.github.io/ply/";
|
||||
license = [ licenses.gpl2 ];
|
||||
license = [ licenses.gpl2Only ];
|
||||
maintainers = with maintainers; [ mic92 mbbx6spp ];
|
||||
broken = lib.versionOlder kernel.version "4.0";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user