summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-05-04 09:40:36 +0200
committerAaron Bauman <bman@gentoo.org>2019-05-04 21:02:05 -0400
commitc80b50b9a5c93f648b914432f4abad6fe24cb433 (patch)
tree695d985cb80004d7f9f8f881f8f588b5e7ff86d9 /sci-physics/lammps/lammps-20160730.ebuild
parentprofiles: Add missing ABI_RISCV descriptions (diff)
downloadgentoo-c80b50b9a5c93f648b914432f4abad6fe24cb433.tar.gz
gentoo-c80b50b9a5c93f648b914432f4abad6fe24cb433.tar.bz2
gentoo-c80b50b9a5c93f648b914432f4abad6fe24cb433.zip
sci-physics/lammps: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11893 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-physics/lammps/lammps-20160730.ebuild')
-rw-r--r--sci-physics/lammps/lammps-20160730.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/lammps/lammps-20160730.ebuild b/sci-physics/lammps/lammps-20160730.ebuild
index 7793faea36e5..bc2824347c8d 100644
--- a/sci-physics/lammps/lammps-20160730.ebuild
+++ b/sci-physics/lammps/lammps-20160730.ebuild
@@ -15,8 +15,8 @@ convert_month() {
MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}
DESCRIPTION="Large-scale Atomic/Molecular Massively Parallel Simulator"
-HOMEPAGE="http://lammps.sandia.gov/"
-SRC_URI="http://lammps.sandia.gov/tars/${MY_P}.tar.gz"
+HOMEPAGE="https://lammps.sandia.gov/"
+SRC_URI="https://lammps.sandia.gov/tars/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"