python311Packages.dparse: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-07-01 10:32:10 +02:00
committed by GitHub
parent 15c6a9fffd
commit 662e208e69
@@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A parser for Python dependency files";
homepage = "https://github.com/pyupio/dparse";
changelog = "https://github.com/pyupio/dparse/blob/${version}/HISTORY.rst";
license = licenses.mit;
maintainers = with maintainers; [ thomasdesr ];
};