Forgot to add maintainers.
svn path=/nixpkgs/trunk/; revision=28458
This commit is contained in:
parent
854e035b10
commit
9a1c5b57c8
@ -8,5 +8,10 @@ cabal.mkDerivation (self: {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A small library for parsing IRC messages.";
|
description = "A small library for parsing IRC messages.";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user