python310Packages.nocaselist: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user