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 = {
|
||||
description = "A small library for parsing IRC messages.";
|
||||
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
Block a user