diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-18 16:47:32 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-24 19:14:45 +0100 |
commit | 5b4d85e360627b1a3e840aa37d5f70e384c8a08f (patch) | |
tree | 3f05e9d04e6c26108769f052d1e2aaae061d80b2 /dev-ml/ocurl | |
parent | dev-ml/calendar: use HTTPS (diff) | |
download | gentoo-5b4d85e360627b1a3e840aa37d5f70e384c8a08f.tar.gz gentoo-5b4d85e360627b1a3e840aa37d5f70e384c8a08f.tar.bz2 gentoo-5b4d85e360627b1a3e840aa37d5f70e384c8a08f.zip |
dev-ml/ocurl: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ml/ocurl')
-rw-r--r-- | dev-ml/ocurl/ocurl-0.9.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/ocurl/ocurl-0.9.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocurl/ocurl-0.9.1.ebuild b/dev-ml/ocurl/ocurl-0.9.1.ebuild index 1da26026857c..490512b5c8b1 100644 --- a/dev-ml/ocurl/ocurl-0.9.1.ebuild +++ b/dev-ml/ocurl/ocurl-0.9.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit findlib DESCRIPTION="OCaml interface to the libcurl library" -HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl" +HOMEPAGE="https://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl" LICENSE="MIT" SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-ml/ocurl/ocurl-0.9.2.ebuild b/dev-ml/ocurl/ocurl-0.9.2.ebuild index 7a86de80a4e5..9710966ae014 100644 --- a/dev-ml/ocurl/ocurl-0.9.2.ebuild +++ b/dev-ml/ocurl/ocurl-0.9.2.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit findlib DESCRIPTION="OCaml interface to the libcurl library" -HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl" +HOMEPAGE="https://forge.ocamlcore.org/projects/ocurl/ https://github.com/ygrek/ocurl" SRC_URI="https://github.com/ygrek/ocurl/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |