lib.licenses: caossl rename to asl11

This is just the Apache-1.1 license so make use of it and not some random name

jopejoe1 7e3c021b e85bfdae

Changed files
+6 -6
lib
pkgs
by-name
jx
jxplorer
+5 -5
lib/licenses.nix
···
fullName = "Artistic License 2.0";
};
+
asl11 = {
+
spdxId = "Apache-1.1";
+
fullName = "Apache License 1.1";
+
};
+
asl20 = {
spdxId = "Apache-2.0";
fullName = "Apache License 2.0";
···
fullName = "Business Source License 1.1";
free = false;
redistributable = true;
-
};
-
-
caossl = {
-
fullName = "Computer Associates Open Source Licence Version 1.0";
-
url = "http://jxplorer.org/licence.html";
};
cal10 = {
+1 -1
pkgs/by-name/jx/jxplorer/package.nix
···
meta = with lib; {
description = "Java Ldap Browser";
homepage = "https://sourceforge.net/projects/jxplorer/";
-
license = lib.licenses.caossl;
+
license = lib.licenses.asl11;
maintainers = with maintainers; [ benwbooth ];
platforms = platforms.linux;
mainProgram = "jxplorer";