Commit 0fbb050c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.nocaselist: add changelog to meta

parent 7d0ed7f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };