pythonPackages.lektor: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-21 08:17:56 +01:00 committed by GitHub
parent 5635c36208
commit 8ee504eb7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A static content management system";
homepage = "https://www.getlektor.com/";
changelog = "https://github.com/lektor/lektor/blob/v${version}/CHANGES.md";
license = licenses.bsd0;
maintainers = with maintainers; [ costrouc ];
};