python310Packages.confection: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-12 18:53:01 +01:00
parent e674075ed1
commit 20d9f67125

View file

@ -37,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library that offers a configuration system";
homepage = "https://github.com/explosion/confection";
changelog = "https://github.com/explosion/confection/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};