Unverified Commit 3893ceee authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

python3Packages.peppercorn: set license (#516474)

parents 41357e43 e604511a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -19,5 +19,6 @@ buildPythonPackage rec {
    homepage = "https://docs.pylonsproject.org/projects/peppercorn/en/latest/";
    maintainers = [ ];
    platforms = lib.platforms.all;
    license = lib.licenses.bsd3Modification;
  };
}