haskell-socks: updated to version 0.4.0
svn path=/nixpkgs/trunk/; revision=31972
This commit is contained in:
parent
3170847b13
commit
36f7262ef3
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Socks proxy (version 5) implementation";
|
description = "Socks proxy (version 5) implementation";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user