summaryrefslogtreecommitdiff
path: root/dev-db/mycli/mycli-1.10.0.ebuild
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-19 18:53:51 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-21 19:58:03 -0400
commite3206ab3e6cf5b790773bf5dfe71d7b501891a22 (patch)
tree99f6e9c00f273fe0584dd5c345fc0c9575c85627 /dev-db/mycli/mycli-1.10.0.ebuild
parentfad5390efd08f5aa52e4cb2e3cb52554cda693fc (diff)
downloadgentoo-e3206ab3e6cf5b790773bf5dfe71d7b501891a22.tar.gz
gentoo-e3206ab3e6cf5b790773bf5dfe71d7b501891a22.tar.xz
dev-db/mycli: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8911
Diffstat (limited to 'dev-db/mycli/mycli-1.10.0.ebuild')
-rw-r--r--dev-db/mycli/mycli-1.10.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mycli/mycli-1.10.0.ebuild b/dev-db/mycli/mycli-1.10.0.ebuild
index ea8f4543b3f..5dd50199686 100644
--- a/dev-db/mycli/mycli-1.10.0.ebuild
+++ b/dev-db/mycli/mycli-1.10.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=6
@@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="CLI for MySQL Database with auto-completion and syntax highlighting"
-HOMEPAGE="http://mycli.net"
+HOMEPAGE="https://www.mycli.net"
SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD MIT"
SLOT="0"