Commit e604511a authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.peppercorn: set license

parent 6821c758
Loading
Loading
Loading
Loading
+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;
  };
}