From b7e3c4ee65714387b669aaf8fcd434a8b834a954 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 21 Feb 2018 10:41:32 +0100 Subject: multi-ghc-travis: update upstream repository URL --- pkgs/development/tools/haskell/multi-ghc-travis/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/development/tools/haskell') diff --git a/pkgs/development/tools/haskell/multi-ghc-travis/default.nix b/pkgs/development/tools/haskell/multi-ghc-travis/default.nix index ae78774f8f38..a259fd7d76ba 100644 --- a/pkgs/development/tools/haskell/multi-ghc-travis/default.nix +++ b/pkgs/development/tools/haskell/multi-ghc-travis/default.nix @@ -6,10 +6,10 @@ mkDerivation { pname = "make-travis-yml"; version = "0"; src = fetchFromGitHub { - owner = "hvr"; - repo = "multi-ghc-travis"; - rev = "612a29439ba61b01efb98ea6d36b7ffd987dc5a0"; - sha256 = "0q416rzzwipbnvslhwmm43w38dwma3lks12fghb0svcwj5lzgxsf"; + owner = "haskell-CI"; + repo = "haskell-ci"; + rev = "36b2ee58b9fd160d606608832625b2b6c32aec43"; + sha256 = "16g99jh5bszvfvb7mmyhl95mkf1l3ydyax8d9py91hi3m8r0c2x0"; }; isLibrary = true; isExecutable = true; @@ -22,7 +22,7 @@ mkDerivation { base bytestring Diff directory filepath tasty tasty-golden transformers ]; - homepage = "https://github.com/hvr/multi-ghc-travis"; + homepage = "https://github.com/haskell-CI/haskell-ci"; description = "Script generator for Travis-CI"; license = stdenv.lib.licenses.bsd3; } -- cgit 1.4.1