qgit: fix meta: maintainer -> maintainers

This commit is contained in:
Bjørn Forsman 2017-04-30 16:54:59 +02:00
parent 57174178c9
commit 83129a6eed

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = http://libre.tibirna.org/projects/qgit/wiki/QGit;
description = "Graphical front-end to Git";
maintainer = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ peterhoeg ];
inherit (qtbase.meta) platforms;
};
}