forked from mirrors/nixpkgs
haskell-FontyFruity: update to version 0.3
This commit is contained in:
parent
e4555d80c8
commit
f5527b2594
|
@ -11,6 +11,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "A true type file format loader";
|
description = "A true type file format loader";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.bergey ];
|
maintainers = with self.stdenv.lib.maintainers; [ bergey ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue