diff --git a/pkgs/development/python-modules/klaus/default.nix b/pkgs/development/python-modules/klaus/default.nix index 0740cfa84bb..e7eff815670 100644 --- a/pkgs/development/python-modules/klaus/default.nix +++ b/pkgs/development/python-modules/klaus/default.nix @@ -2,7 +2,7 @@ python.pkgs.buildPythonPackage rec { pname = "klaus"; - version = "1.2.2"; + version = "1.3.0"; src = fetchFromGitHub { owner = "jonashaag"; @@ -35,6 +35,6 @@ python.pkgs.buildPythonPackage rec { description = "The first Git web viewer that Just Works"; homepage = https://github.com/jonashaag/klaus; license = licenses.isc; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ pSub ]; }; }