summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-09 12:47:08 +0200
committerPeter Simons <simons@cryp.to>2014-08-09 13:49:24 +0200
commit18250b97aee8b6630e4a235a1dc540d365382c0d (patch)
treeac133928853871073bcf718cd80fa59e528708b7 /pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix
parentd9f6e54e7a47df435657ab5f474cde7f85c71a2b (diff)
downloadnixpkgs-18250b97aee8b6630e4a235a1dc540d365382c0d.tar
nixpkgs-18250b97aee8b6630e4a235a1dc540d365382c0d.tar.gz
nixpkgs-18250b97aee8b6630e4a235a1dc540d365382c0d.tar.bz2
nixpkgs-18250b97aee8b6630e4a235a1dc540d365382c0d.tar.lz
nixpkgs-18250b97aee8b6630e4a235a1dc540d365382c0d.tar.xz
nixpkgs-18250b97aee8b6630e4a235a1dc540d365382c0d.tar.zst
nixpkgs-18250b97aee8b6630e4a235a1dc540d365382c0d.zip
Remove 'andres' from the meta.maintainer section of all Haskell package where I
had added him earlier.
Diffstat (limited to 'pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix')
-rw-r--r--pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix b/pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix
index 272857e2ab2..81e754e269f 100644
--- a/pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix
+++ b/pkgs/development/libraries/haskell/OpenGL/2.4.0.2.nix
@@ -16,6 +16,5 @@ cabal.mkDerivation (self: {
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
     hydraPlatforms = self.stdenv.lib.platforms.none;
-    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })