klaus: 1.2.2 -> 1.3.0
This commit is contained in:
parent
a5c9c6373a
commit
b49bec3ba0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
python.pkgs.buildPythonPackage rec {
|
python.pkgs.buildPythonPackage rec {
|
||||||
pname = "klaus";
|
pname = "klaus";
|
||||||
version = "1.2.2";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jonashaag";
|
owner = "jonashaag";
|
||||||
@ -35,6 +35,6 @@ python.pkgs.buildPythonPackage rec {
|
|||||||
description = "The first Git web viewer that Just Works";
|
description = "The first Git web viewer that Just Works";
|
||||||
homepage = https://github.com/jonashaag/klaus;
|
homepage = https://github.com/jonashaag/klaus;
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user