about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/async/2.0.1.5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/async/2.0.1.5.nix')
-rw-r--r--pkgs/development/libraries/haskell/async/2.0.1.5.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/async/2.0.1.5.nix b/pkgs/development/libraries/haskell/async/2.0.1.5.nix
index 7f3003de568c..a4251e9e80b6 100644
--- a/pkgs/development/libraries/haskell/async/2.0.1.5.nix
+++ b/pkgs/development/libraries/haskell/async/2.0.1.5.nix
@@ -14,6 +14,5 @@ cabal.mkDerivation (self: {
     description = "Run IO operations asynchronously and wait for their results";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
-    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })