diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-23 21:14:31 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-06-24 20:53:21 +0200 |
commit | 98cd84da63be5d90728d6c30a756a5de5fd4a4b0 (patch) | |
tree | 07b6d2618e6692c4d952ec985b77e6422fa8e16a /dev-libs/nanomsg | |
parent | dev-python/more-itertools: tests: don't load docs/conf.py (diff) | |
download | gentoo-98cd84da63be5d90728d6c30a756a5de5fd4a4b0.tar.gz gentoo-98cd84da63be5d90728d6c30a756a5de5fd4a4b0.tar.bz2 gentoo-98cd84da63be5d90728d6c30a756a5de5fd4a4b0.zip |
dev-libs/nanomsg: use HTTPs
Diffstat (limited to 'dev-libs/nanomsg')
-rw-r--r-- | dev-libs/nanomsg/nanomsg-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/nanomsg/nanomsg-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/nanomsg/nanomsg-1.1.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild index b2e2b2fb1d47..cff38d473fb8 100644 --- a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="High-performance messaging interface for distributed applications" -HOMEPAGE="http://nanomsg.org/" +HOMEPAGE="https://nanomsg.org/" SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-libs/nanomsg/nanomsg-1.1.0.ebuild b/dev-libs/nanomsg/nanomsg-1.1.0.ebuild index b2e2b2fb1d47..cff38d473fb8 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.0.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="High-performance messaging interface for distributed applications" -HOMEPAGE="http://nanomsg.org/" +HOMEPAGE="https://nanomsg.org/" SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-libs/nanomsg/nanomsg-1.1.2.ebuild b/dev-libs/nanomsg/nanomsg-1.1.2.ebuild index d76c8310c051..a6dff5c1b8b0 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.2.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="High-performance messaging interface for distributed applications" -HOMEPAGE="http://nanomsg.org/" +HOMEPAGE="https://nanomsg.org/" SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |