mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-FontyFruity: update to version 0.3
This commit is contained in:
parent
e4555d80c8
commit
f5527b2594
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ cabal.mkDerivation (self: {
|
|||
description = "A true type file format loader";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.bergey ];
|
||||
maintainers = with self.stdenv.lib.maintainers; [ bergey ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue