haskell-Chart: use the homepage URL specified in the cabal file

This commit is contained in:
Peter Simons 2013-06-17 09:57:37 +02:00
parent 7a602e5f86
commit 41a0ef966b

View file

@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
cairo colour dataAccessor dataAccessorTemplate mtl time
];
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";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;