licenses: remove fdl11
This commit is contained in:
parent
948fd41c77
commit
84d67f0574
2 changed files with 1 additions and 6 deletions
|
@ -985,11 +985,6 @@ in mkLicense lset) ({
|
||||||
fullName = "GNU Affero General Public License v3.0";
|
fullName = "GNU Affero General Public License v3.0";
|
||||||
deprecated = true;
|
deprecated = true;
|
||||||
};
|
};
|
||||||
fdl11 = {
|
|
||||||
spdxId = "GFDL-1.1";
|
|
||||||
fullName = "GNU Free Documentation License v1.1";
|
|
||||||
deprecated = true;
|
|
||||||
};
|
|
||||||
fdl12 = {
|
fdl12 = {
|
||||||
spdxId = "GFDL-1.2";
|
spdxId = "GFDL-1.2";
|
||||||
fullName = "GNU Free Documentation License v1.2";
|
fullName = "GNU Free Documentation License v1.2";
|
||||||
|
|
|
@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://pan.rebelbase.com/";
|
homepage = "http://pan.rebelbase.com/";
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = with licenses; [ gpl2Only fdl11 ];
|
license = with licenses; [ gpl2Only fdl11Only ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue