diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-03-10 13:59:14 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-10 13:59:37 -0800 |
commit | c38b427e5d575c1e0787dfd409fd0fa1228f26e6 (patch) | |
tree | 5231cd05366a35c2444e10d3813712f6eb3ecf6b /sci-mathematics | |
parent | dev-python/pymysql: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-c38b427e5d575c1e0787dfd409fd0fa1228f26e6.tar.gz gentoo-c38b427e5d575c1e0787dfd409fd0fa1228f26e6.tar.bz2 gentoo-c38b427e5d575c1e0787dfd409fd0fa1228f26e6.zip |
sci-mathematics/normaliz: add URI schema to HOMEPAGE
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/normaliz/normaliz-3.1.1.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-3.1.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild index dc00be25588d..0fcd25b60993 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild @@ -9,7 +9,7 @@ MYPV=$(get_version_component_range 1-2) MYP="Normaliz${MYPV}" DESCRIPTION="Tool for computations in affine monoids and more" -HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/" +HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/" SRC_URI="https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz${PV}.zip" LICENSE="GPL-3" diff --git a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild index 048a380fb4cb..01a92c6acf0a 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs versionator MYP="Normaliz-${PV}" DESCRIPTION="Tool for computations in affine monoids and more" -HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/" +HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/" SRC_URI="https://github.com/Normaliz/Normaliz/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" |