python310Packages.derpconf: add changelog to meta
This commit is contained in:
parent
df5482169e
commit
3be3df0702
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user