diff options
Diffstat (limited to 'dev-ml/parmap/parmap-1.0_rc8.ebuild')
-rw-r--r-- | dev-ml/parmap/parmap-1.0_rc8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild index c224550f0d6a..594ea9593feb 100644 --- a/dev-ml/parmap/parmap-1.0_rc8.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit multilib MY_PV="${PV/_/-}" DESCRIPTION="Library to exploit multicore architectures for OCaml programs" -HOMEPAGE="http://www.dicosmo.org/code/parmap/" +HOMEPAGE="https://www.dicosmo.org/code/parmap/" SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" |