mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
pythonPackages.Mako: cleanup meta
* Update homepage to HTTPS * Add changelog
This commit is contained in:
parent
978e419abe
commit
7a8fd8de93
|
@ -25,11 +25,12 @@ buildPythonPackage rec {
|
|||
${python.interpreter} -m unittest discover
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Super-fast templating language";
|
||||
homepage = "http://www.makotemplates.org";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ domenkozar ];
|
||||
homepage = "https://www.makotemplates.org/";
|
||||
changelog = "https://docs.makotemplates.org/en/latest/changelog.html";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue