multi-ghc-travis: update upstream repository URL

This commit is contained in:
Peter Simons 2018-02-21 10:41:32 +01:00
parent d428bc27be
commit b7e3c4ee65

View File

@ -6,10 +6,10 @@ mkDerivation {
pname = "make-travis-yml"; pname = "make-travis-yml";
version = "0"; version = "0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hvr"; owner = "haskell-CI";
repo = "multi-ghc-travis"; repo = "haskell-ci";
rev = "612a29439ba61b01efb98ea6d36b7ffd987dc5a0"; rev = "36b2ee58b9fd160d606608832625b2b6c32aec43";
sha256 = "0q416rzzwipbnvslhwmm43w38dwma3lks12fghb0svcwj5lzgxsf"; sha256 = "16g99jh5bszvfvb7mmyhl95mkf1l3ydyax8d9py91hi3m8r0c2x0";
}; };
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
@ -22,7 +22,7 @@ mkDerivation {
base bytestring Diff directory filepath tasty tasty-golden base bytestring Diff directory filepath tasty tasty-golden
transformers transformers
]; ];
homepage = "https://github.com/hvr/multi-ghc-travis"; homepage = "https://github.com/haskell-CI/haskell-ci";
description = "Script generator for Travis-CI"; description = "Script generator for Travis-CI";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
} }