licenses: remove fdl11

This commit is contained in:
Weijia Wang 2022-10-27 22:45:22 +02:00
parent 948fd41c77
commit 84d67f0574
2 changed files with 1 additions and 6 deletions

View file

@ -985,11 +985,6 @@ in mkLicense lset) ({
fullName = "GNU Affero General Public License v3.0";
deprecated = true;
};
fdl11 = {
spdxId = "GFDL-1.1";
fullName = "GNU Free Documentation License v1.1";
deprecated = true;
};
fdl12 = {
spdxId = "GFDL-1.2";
fullName = "GNU Free Documentation License v1.2";

View file

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
homepage = "http://pan.rebelbase.com/";
maintainers = [ maintainers.eelco ];
platforms = platforms.linux;
license = with licenses; [ gpl2Only fdl11 ];
license = with licenses; [ gpl2Only fdl11Only ];
};
}