Skip to content

Commit

Permalink
multi-ghc-travis: update upstream repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Feb 21, 2018
1 parent d428bc2 commit b7e3c4e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/tools/haskell/multi-ghc-travis/default.nix
Expand Up @@ -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;
Expand All @@ -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;
}

0 comments on commit b7e3c4e

Please sign in to comment.