qgit: fix license

+1 -1
+1 -1
pkgs/applications/version-management/git-and-tools/qgit/default.nix
··· 16 16 nativeBuildInputs = [ cmake ]; 17 17 18 18 meta = with lib; { 19 - license = licenses.gpl2; 19 + license = licenses.gpl2Only; 20 20 homepage = "https://github.com/tibirna/qgit"; 21 21 description = "Graphical front-end to Git"; 22 22 maintainers = with maintainers; [ peterhoeg markuskowa ];