diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-06-04 11:01:31 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-06-04 11:01:31 +0200 |
commit | 76c9d3496c06eece8781416d58045345167adbb2 (patch) | |
tree | a428869bc5eacf4ad32ddd5f536b6a814030eaaa /net-libs/onion | |
parent | dev-java/swt: Drop 3.7.2-r2, 3.8.2-r2 and 4.2-r3 (diff) | |
download | gentoo-76c9d3496c06eece8781416d58045345167adbb2.tar.gz gentoo-76c9d3496c06eece8781416d58045345167adbb2.tar.bz2 gentoo-76c9d3496c06eece8781416d58045345167adbb2.zip |
net-libs/onion: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/onion')
-rw-r--r-- | net-libs/onion/onion-0.8.ebuild | 4 | ||||
-rw-r--r-- | net-libs/onion/onion-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild index cf77737da1a3..5c53165dda44 100644 --- a/net-libs/onion/onion-0.8.ebuild +++ b/net-libs/onion/onion-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ fi inherit ${SCM} cmake-utils DESCRIPTION="C library to create simple HTTP servers and Web Applications" -HOMEPAGE="http://www.coralbits.com/libonion/ https://github.com/davidmoreno/onion" +HOMEPAGE="https://www.coralbits.com/libonion/ https://github.com/davidmoreno/onion" if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild index 88e7246cecfe..b1275f87292e 100644 --- a/net-libs/onion/onion-9999.ebuild +++ b/net-libs/onion/onion-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ fi inherit ${SCM} cmake-utils DESCRIPTION="C library to create simple HTTP servers and Web Applications" -HOMEPAGE="http://www.coralbits.com/libonion/ https://github.com/davidmoreno/onion" +HOMEPAGE="https://www.coralbits.com/libonion/ https://github.com/davidmoreno/onion" if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" |