Loading pkgs/development/python-modules/desktop-notifier/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -42,11 +42,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "desktop_notifier" ]; meta = with lib; { meta = { description = "Python library for cross-platform desktop notifications"; homepage = "https://github.com/samschott/desktop-notifier"; changelog = "https://github.com/samschott/desktop-notifier/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ sfrijters ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sfrijters ]; }; } Loading
pkgs/development/python-modules/desktop-notifier/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -42,11 +42,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "desktop_notifier" ]; meta = with lib; { meta = { description = "Python library for cross-platform desktop notifications"; homepage = "https://github.com/samschott/desktop-notifier"; changelog = "https://github.com/samschott/desktop-notifier/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ sfrijters ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sfrijters ]; }; }