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