Skip to content

Commit

Permalink
qgit: fix meta: maintainer -> maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Apr 30, 2017
1 parent 5717417 commit 83129a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
};
}

0 comments on commit 83129a6

Please sign in to comment.