python310Packages.nocaselist: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-25 18:03:57 +01:00
parent 7d0ed7f2e5
commit 0fbb050c18
@@ -22,6 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A case-insensitive list for Python";
homepage = "https://github.com/pywbem/nocaselist";
changelog = "https://github.com/pywbem/nocaselist/blob/${version}/docs/changes.rst";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ freezeboy ];
};