summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cuda
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-05-11 00:36:36 +0200
committerPeter Simons <simons@cryp.to>2013-05-11 00:36:59 +0200
commit3b2254a3af15f8f7d0539cf637a51990214c24e4 (patch)
tree96e92885347c06cdb04ffea49761629a617b3f16 /pkgs/development/libraries/haskell/cuda
parenta35052c2e69f8fb78ceb273a1c59ee8da0397cb5 (diff)
downloadnixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.gz
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.bz2
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.lz
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.xz
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.zst
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.zip
Remove myself from the meta.maintainer field of most Haskell packages.
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
Diffstat (limited to 'pkgs/development/libraries/haskell/cuda')
-rw-r--r--pkgs/development/libraries/haskell/cuda/0.4.1.1.nix5
-rw-r--r--pkgs/development/libraries/haskell/cuda/0.5.0.2.nix5
2 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/development/libraries/haskell/cuda/0.4.1.1.nix b/pkgs/development/libraries/haskell/cuda/0.4.1.1.nix
index 00b6ae2a406c..f03e1907ec08 100644
--- a/pkgs/development/libraries/haskell/cuda/0.4.1.1.nix
+++ b/pkgs/development/libraries/haskell/cuda/0.4.1.1.nix
@@ -35,9 +35,6 @@ cabal.mkDerivation (self: {
     description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.stdenv.lib.platforms.none;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
+    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })
diff --git a/pkgs/development/libraries/haskell/cuda/0.5.0.2.nix b/pkgs/development/libraries/haskell/cuda/0.5.0.2.nix
index 38ac1db8194c..ac9e41fd628f 100644
--- a/pkgs/development/libraries/haskell/cuda/0.5.0.2.nix
+++ b/pkgs/development/libraries/haskell/cuda/0.5.0.2.nix
@@ -34,9 +34,6 @@ cabal.mkDerivation (self: {
     description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.stdenv.lib.platforms.none;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
+    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })