haskell-Chart: use the homepage URL specified in the cabal file
This commit is contained in:
parent
7a602e5f86
commit
41a0ef966b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue