haskell-pipes-network: add maintainers attribute again

This commit is contained in:
Benno Fünfstück 2014-04-15 15:13:12 +02:00
parent 57a9eaab67
commit 0ae505179b

View file

@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
description = "Use network sockets together with the pipes library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
};
})