diff options
author | 2018-06-19 18:53:51 +0200 | |
---|---|---|
committer | 2018-06-21 19:58:03 -0400 | |
commit | e3206ab3e6cf5b790773bf5dfe71d7b501891a22 (patch) | |
tree | 99f6e9c00f273fe0584dd5c345fc0c9575c85627 /dev-db/mycli/mycli-1.7.1.ebuild | |
parent | x11-misc/revelation: use HTTPs (diff) | |
download | gentoo-e3206ab3e6cf5b790773bf5dfe71d7b501891a22.tar.gz gentoo-e3206ab3e6cf5b790773bf5dfe71d7b501891a22.tar.bz2 gentoo-e3206ab3e6cf5b790773bf5dfe71d7b501891a22.zip |
dev-db/mycli: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8911
Diffstat (limited to 'dev-db/mycli/mycli-1.7.1.ebuild')
-rw-r--r-- | dev-db/mycli/mycli-1.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mycli/mycli-1.7.1.ebuild b/dev-db/mycli/mycli-1.7.1.ebuild index 8be1e51a3302..687e4e87a094 100644 --- a/dev-db/mycli/mycli-1.7.1.ebuild +++ b/dev-db/mycli/mycli-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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" |