diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 16:12:44 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 16:52:31 +0200 |
commit | 94f4dfabf36b40db875f0a70561da8011858c293 (patch) | |
tree | adb0c08fad585ed67b96d7a58462fb2c0887f078 /sci-chemistry | |
parent | gnome-extra/gnome-shell-extension-weather-in-the-clock: Support gnome-45 (diff) | |
download | gentoo-94f4dfabf36b40db875f0a70561da8011858c293.tar.gz gentoo-94f4dfabf36b40db875f0a70561da8011858c293.tar.bz2 gentoo-94f4dfabf36b40db875f0a70561da8011858c293.zip |
sci-chemistry/msms-bin: Fix download location
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild index 6f6335e72bf8..a0478e93e178 100644 --- a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild +++ b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ S="${WORKDIR}" QA_PREBUILT="opt/bin/*" pkg_nofetch() { - einfo "Please download ${A} from http://mgltools.scripps.edu/downloads#msms and" + einfo "Please download ${A} from https://ccsb.scripps.edu/msms/downloads/ and" einfo "place it into your DISTDIR directory." } |