python3Packages.flask-reverse-proxy-file: use lib.licenses.ogluk30 (#540724)

This commit is contained in:
Jo
2026-07-25 16:59:17 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+5
View File
@@ -1259,6 +1259,11 @@ lib.mapAttrs mkLicense (
fullName = "SIL Open Font License 1.1";
};
ogluk30 = {
spdxId = "OGL-UK-3.0";
fullName = "Open Government Licence v3.0";
};
oml = {
spdxId = "OML";
fullName = "Open Market License";
@@ -38,9 +38,6 @@ buildPythonPackage rec {
maintainers = with lib.maintainers; [ matthiasbeyer ];
homepage = "https://github.com/antarctica/flask-reverse-proxy-fix";
license = {
fullName = "Open Government Licence";
url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/";
};
license = lib.licenses.ogluk30;
};
}