haskell-download-curl: added meta.maintainers
svn path=/nixpkgs/trunk/; revision=30146
This commit is contained in:
parent
1c509caa6f
commit
b052d41f51
|
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
|||
description = "High-level file download based on URLs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue