haskell-libmpd: added meta.maintainers attribute
svn path=/nixpkgs/trunk/; revision=30519
This commit is contained in:
parent
7779b6245e
commit
d844bc8bdb
@ -12,5 +12,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "An MPD client library";
|
description = "An MPD client library";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
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