From b49bec3ba0cff11f41afc42e6cd276ac33ffeefb Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 8 Jul 2018 21:13:52 +0200 Subject: [PATCH] klaus: 1.2.2 -> 1.3.0 --- pkgs/development/python-modules/klaus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/klaus/default.nix b/pkgs/development/python-modules/klaus/default.nix index 0740cfa84bb7..e7eff8156709 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 ]; }; }