haskell-Chart: use the homepage URL specified in the cabal file
This commit is contained in:
parent
7a602e5f86
commit
41a0ef966b
@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
cairo colour dataAccessor dataAccessorTemplate mtl time
|
cairo colour dataAccessor dataAccessorTemplate mtl time
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.dockerz.net/software/chart.html";
|
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
||||||
description = "A library for generating 2D Charts and Plots";
|
description = "A library for generating 2D Charts and Plots";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user