qgit: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:30:17 +01:00
parent d23e5ca0b4
commit 147bc60225
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -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 ];