summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-19 18:51:13 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-21 19:58:17 -0400
commit550e2149c77c67e95b693685f786d31c6780bd5c (patch)
tree49995d61b75eb44f87ceea314392db01af45e3d5 /net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild
parentdev-db/mycli: use HTTPs (diff)
downloadgentoo-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/dropbox-cli/dropbox-cli-1.6.0.ebuild')
-rw-r--r--net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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"