mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-libmpd: added meta.maintainers attribute
svn path=/nixpkgs/trunk/; revision=30519
This commit is contained in:
parent
7779b6245e
commit
d844bc8bdb
1 changed files with 4 additions and 0 deletions
|
@ -12,5 +12,9 @@ cabal.mkDerivation (self: {
|
|||
description = "An MPD client library";
|
||||
license = "LGPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue