Merge pull request #5228 from mstarzyk/git-annex-fix

haskell-git-annex: Add maintainer, was removed by mistake.
This commit is contained in:
Peter Simons 2014-12-04 22:36:39 +01:00
commit c236b70140

View File

@ -48,5 +48,6 @@ cabal.mkDerivation (self: {
description = "manage files with git, without checking their contents into git";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ simons ];
};
})