From 323da5e449ee73f3e59f11aad4feaae67b5a9b7d Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 13 Apr 2015 13:21:58 +0200 Subject: [PATCH] Get IRP from LCPQ --- scripts/install_irpf90.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_irpf90.sh b/scripts/install_irpf90.sh index f0b94704..d93340d2 100755 --- a/scripts/install_irpf90.sh +++ b/scripts/install_irpf90.sh @@ -4,7 +4,7 @@ # Mon Jan 12 16:00:20 CET 2015 BASE="irpf90" -URL="https://github.com/TApplencourt/${BASE}/archive/master.tar.gz" +URL="https://github.com/LCPQ/${BASE}/archive/master.tar.gz" # Check the QPACKAGE_ROOT directory if [[ -z ${QPACKAGE_ROOT} ]]