pythonPackages.pyramid_beaker: complete meta

This commit is contained in:
Sandro Jäckel 2021-02-16 23:21:37 +01:00
parent 1aaa9dcc83
commit cf89f20a03
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -19,6 +19,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ beaker pyramid ];
meta = with lib; {
description = "Beaker session factory backend for Pyramid";
homepage = "https://docs.pylonsproject.org/projects/pyramid_beaker/en/latest/";
# idk, see https://github.com/Pylons/pyramid_beaker/blob/master/LICENSE.txt
# license = licenses.mpl20;
maintainers = with maintainers; [ domenkozar ];
};
}