lib.licenses: caossl rename to asl11

This is just the Apache-1.1 license so make use of it and not some random name
This commit is contained in:
jopejoe1
2025-09-01 19:28:03 +02:00
parent e85bfdae29
commit 7e3c021be1
2 changed files with 6 additions and 6 deletions

View File

@@ -152,6 +152,11 @@ lib.mapAttrs mkLicense (
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";
@@ -274,11 +279,6 @@ lib.mapAttrs mkLicense (
redistributable = true;
};
caossl = {
fullName = "Computer Associates Open Source Licence Version 1.0";
url = "http://jxplorer.org/licence.html";
};
cal10 = {
spdxId = "CAL-1.0";
fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";

View File

@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
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";