Merge pull request #5228 from mstarzyk/git-annex-fix
haskell-git-annex: Add maintainer, was removed by mistake.
This commit is contained in:
commit
c236b70140
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue