python3Packages.peppercorn: set license (#516474)

This commit is contained in:
Alyssa Ross
2026-05-04 13:01:54 +00:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -263,6 +263,11 @@ lib.mapAttrs mkLicense (
fullName = "Lawrence Berkeley National Labs BSD variant license";
};
bsd3Modification = {
spdxId = "BSD-3-Clause-Modification";
fullName = "BSD 3-Clause Modification";
};
bsd3ClauseTso = {
spdxId = "BSD-3-Clause-Tso";
fullName = "BSD 3-Clause Tso variant";
@@ -19,5 +19,6 @@ buildPythonPackage rec {
homepage = "https://docs.pylonsproject.org/projects/peppercorn/en/latest/";
maintainers = [ ];
platforms = lib.platforms.all;
license = lib.licenses.bsd3Modification;
};
}