Clarify specific GPL license

This commit is contained in:
Joseph Crail 2021-08-17 22:42:23 -07:00
parent a07505d518
commit cebb663086

View file

@ -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";
};