Loading pkgs/development/python-modules/nocaselist/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/nocaselist/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading