diff options
author | 2018-06-19 18:51:13 +0200 | |
---|---|---|
committer | 2018-06-21 19:58:17 -0400 | |
commit | 550e2149c77c67e95b693685f786d31c6780bd5c (patch) | |
tree | 49995d61b75eb44f87ceea314392db01af45e3d5 /net-misc | |
parent | dev-db/mycli: use HTTPs (diff) | |
download | gentoo-550e2149c77c67e95b693685f786d31c6780bd5c.tar.gz gentoo-550e2149c77c67e95b693685f786d31c6780bd5c.tar.bz2 gentoo-550e2149c77c67e95b693685f786d31c6780bd5c.zip |
net-misc/dropbox-cli: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8910
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild index 028c2c8b2060..aae2afff5d09 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Cli interface for dropbox daemon (python)" -HOMEPAGE="http://www.dropbox.com/" +HOMEPAGE="https://www.dropbox.com/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" LICENSE="GPL-3" diff --git a/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild index b2dd3a01d442..f45f0bdbfc47 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 bash-completion-r1 DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox" -HOMEPAGE="http://www.dropbox.com/" +HOMEPAGE="https://www.dropbox.com/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" LICENSE="GPL-3" diff --git a/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild index 299c194c861d..c7230031c47e 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox" -HOMEPAGE="http://www.dropbox.com/" +HOMEPAGE="https://www.dropbox.com/" SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" LICENSE="GPL-3" |