python310Packages.derpconf: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-05 12:18:36 +01:00 committed by GitHub
parent df5482169e
commit 3be3df0702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "derpconf abstracts loading configuration files for your app";
homepage = "https://github.com/globocom/derpconf";
changelog = "https://github.com/globocom/derpconf/releases/tag/${version}";
license = licenses.mit;
};
}