pythonPackages.pyramid_beaker: complete meta
This commit is contained in:
parent
1aaa9dcc83
commit
cf89f20a03
@ -19,6 +19,10 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ beaker pyramid ];
|
propagatedBuildInputs = [ beaker pyramid ];
|
||||||
|
|
||||||
meta = with lib; {
|
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 ];
|
maintainers = with maintainers; [ domenkozar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user