about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorMaciek Starzyk <mstarzyk@gmail.com>2014-12-04 21:44:13 +0100
committerMaciek Starzyk <mstarzyk@gmail.com>2014-12-04 21:49:15 +0100
commitdcad10c8e672a18098c4b043048c7789d608171c (patch)
tree7b03ffed2bb40300015ea57e1c3bee5e0e05c99b /pkgs/applications/version-management
parente5d92d45b7917350e6f2f262f9871c5d46f7719e (diff)
haskell-git-annex: Add maintainer, was removed by mistake.
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-annex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
index 9ae34d5a5ec5e..9259cabc28e7d 100644
--- a/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-annex/default.nix
@@ -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 ];
   };
 })