python3Packages.peppercorn: set license

source: https://github.com/Pylons/peppercorn/blob/master/LICENSE.txt
This commit is contained in:
jopejoe1
2026-05-04 13:03:36 +02:00
parent 6821c758f5
commit e604511aae
@@ -19,5 +19,6 @@ buildPythonPackage rec {
homepage = "https://docs.pylonsproject.org/projects/peppercorn/en/latest/";
maintainers = [ ];
platforms = lib.platforms.all;
license = lib.licenses.bsd3Modification;
};
}