mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-JuicyPixels: add meta.maintainer
This commit is contained in:
parent
b5d312a56c
commit
45f6ee29ec
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Picture loading/serialization (in png, jpeg and bitmap)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue