From 41a0ef966b7a3b2baf318b209715c8cbe54aaa7e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 17 Jun 2013 09:57:37 +0200 Subject: [PATCH] haskell-Chart: use the homepage URL specified in the cabal file --- pkgs/development/libraries/haskell/Chart/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/Chart/default.nix b/pkgs/development/libraries/haskell/Chart/default.nix index bd649da5833..dafa834e4d4 100644 --- a/pkgs/development/libraries/haskell/Chart/default.nix +++ b/pkgs/development/libraries/haskell/Chart/default.nix @@ -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;