python3Packages.defcon: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-24 09:38:29 +01:00 committed by GitHub
parent bbe73918dc
commit 4dddf7d16e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A set of UFO based objects for use in font editing applications";
homepage = "https://github.com/robotools/defcon";
changelog = "https://github.com/robotools/defcon/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ sternenseemann ];
};