qgit: fix license
This commit is contained in:
parent
d23e5ca0b4
commit
147bc60225
@ -16,7 +16,7 @@ mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
homepage = "https://github.com/tibirna/qgit";
|
homepage = "https://github.com/tibirna/qgit";
|
||||||
description = "Graphical front-end to Git";
|
description = "Graphical front-end to Git";
|
||||||
maintainers = with maintainers; [ peterhoeg markuskowa ];
|
maintainers = with maintainers; [ peterhoeg markuskowa ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user