diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 09:56:10 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:45:43 +0200 |
commit | fc300980c8f01fecad41e57b8b51514b3bdbc595 (patch) | |
tree | 4d018acb2c79ea6f38a3f423f72f20e6c4b670b7 /app-backup/snapper | |
parent | app-arch/pxz: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-fc300980c8f01fecad41e57b8b51514b3bdbc595.tar.gz gentoo-fc300980c8f01fecad41e57b8b51514b3bdbc595.tar.bz2 gentoo-fc300980c8f01fecad41e57b8b51514b3bdbc595.zip |
app-backup/snapper: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-backup/snapper')
-rw-r--r-- | app-backup/snapper/snapper-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/snapper/snapper-9999.ebuild b/app-backup/snapper/snapper-9999.ebuild index 92a49a2dab87..510d4e252f28 100644 --- a/app-backup/snapper/snapper-9999.ebuild +++ b/app-backup/snapper/snapper-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="git://github.com/openSUSE/snapper.git" +EGIT_REPO_URI="https://github.com/openSUSE/snapper.git" AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 inherit eutils autotools-utils git-r3 |