python310Packages.dacite: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-24 12:15:13 +01:00
committed by GitHub
parent 79bb27da21
commit 1bd7c66e64
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "konradhalas";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-+yWvlJcOmqDkHl3JZfPnIV3C4ieSo4FiBvoUZ0+J4N0=";
hash = "sha256-+yWvlJcOmqDkHl3JZfPnIV3C4ieSo4FiBvoUZ0+J4N0=";
};
checkInputs = [
@@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python helper to create data classes from dictionaries";
homepage = "https://github.com/konradhalas/dacite";
changelog = "https://github.com/konradhalas/dacite/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};