about summary refs log tree commit diff
path: root/pkgs/development/compilers/mono
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-03-07 20:53:12 -0600
committerAustin Seipp <aseipp@pobox.com>2014-03-07 20:53:12 -0600
commit3b69f4b109c384573b8107f7cf8518f1d4e19874 (patch)
tree8561ae4218327e1fdbf9770d33219f4acfbd4673 /pkgs/development/compilers/mono
parent09f0d1f66157fecfa057521603a087269f3d5add (diff)
downloadnixlib-3b69f4b109c384573b8107f7cf8518f1d4e19874.tar
nixlib-3b69f4b109c384573b8107f7cf8518f1d4e19874.tar.gz
nixlib-3b69f4b109c384573b8107f7cf8518f1d4e19874.tar.bz2
nixlib-3b69f4b109c384573b8107f7cf8518f1d4e19874.tar.lz
nixlib-3b69f4b109c384573b8107f7cf8518f1d4e19874.tar.xz
nixlib-3b69f4b109c384573b8107f7cf8518f1d4e19874.tar.zst
nixlib-3b69f4b109c384573b8107f7cf8518f1d4e19874.zip
mono: add myself to maintainer list.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/development/compilers/mono')
-rw-r--r--pkgs/development/compilers/mono/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/mono/default.nix b/pkgs/development/compilers/mono/default.nix
index 4b6bfca609c3..1f4d8dcef6fb 100644
--- a/pkgs/development/compilers/mono/default.nix
+++ b/pkgs/development/compilers/mono/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     homepage = http://mono-project.com/;
     description = "Cross platform, open source .NET development framework";
     platforms = with stdenv.lib.platforms; linux;
-    maintainers = with stdenv.lib.maintainers; [viric];
+    maintainers = with stdenv.lib.maintainers; [ viric thoughtpolice ];
     license = "free"; # Combination of LGPL/X11/GPL ?
   };
 }