summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2016.2.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2016.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2016.2.ebuild b/sci-chemistry/gromacs/gromacs-2016.2.ebuild
index f1c7d722ab5d..3b371d273088 100644
--- a/sci-chemistry/gromacs/gromacs-2016.2.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2016.2.ebuild
@@ -10,7 +10,7 @@ inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 too
if [[ $PV = *9999* ]]; then
EGIT_REPO_URI="git://git.gromacs.org/gromacs.git
https://gerrit.gromacs.org/gromacs.git
- git://github.com/gromacs/gromacs.git
+ https://github.com/gromacs/gromacs.git
http://repo.or.cz/r/gromacs.git"
[[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
inherit git-r3
@@ -269,7 +269,7 @@ pkg_postinst() {
einfo
einfo "Please read and cite:"
einfo "Gromacs 4, J. Chem. Theory Comput. 4, 435 (2008). "
- einfo "http://dx.doi.org/10.1021/ct700301q"
+ einfo "https://dx.doi.org/10.1021/ct700301q"
einfo
readme.gentoo_print_elog
}