qgit: fix license
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user