klaus: 1.2.2 -> 1.3.0

This commit is contained in:
Pascal Wittmann
2018-07-08 21:13:52 +02:00
parent a5c9c6373a
commit b49bec3ba0

View File

@@ -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 ];
};
}