diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 23:36:26 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:05:05 +0200 |
commit | be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1 (patch) | |
tree | 6c975d3ff3eb811c5e84e5a51f6a9cffe14ba8b4 /app-i18n/uchardet/uchardet-9999.ebuild | |
parent | app-office/libreoffice: use HTTPS for GitHub, HOMEPAGE, SRC_URI and other URLs (diff) | |
download | gentoo-be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1.tar.gz gentoo-be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1.tar.bz2 gentoo-be33f2ac847426c8e9f3d43ff12c6bc3020ca0c1.zip |
app-i18n/uchardet: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-i18n/uchardet/uchardet-9999.ebuild')
-rw-r--r-- | app-i18n/uchardet/uchardet-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-i18n/uchardet/uchardet-9999.ebuild b/app-i18n/uchardet/uchardet-9999.ebuild index 7ac052857cb1..c268f955e469 100644 --- a/app-i18n/uchardet/uchardet-9999.ebuild +++ b/app-i18n/uchardet/uchardet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,10 +7,7 @@ inherit cmake-utils git-r3 DESCRIPTION="An encoding detector library" HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/" -EGIT_REPO_URI=( - https://anongit.freedesktop.org/git/${PN}/${PN}.git - git://anongit.freedesktop.org/${PN}/${PN} -) +EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" |