diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-19 18:55:28 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-21 19:57:49 -0400 |
commit | fad5390efd08f5aa52e4cb2e3cb52554cda693fc (patch) | |
tree | 0580371fb6b0db2486ed450f77b015a5ec7f8da2 /x11-misc/revelation | |
parent | app-emulation/docker: Install fish completion (diff) | |
download | gentoo-fad5390efd08f5aa52e4cb2e3cb52554cda693fc.tar.gz gentoo-fad5390efd08f5aa52e4cb2e3cb52554cda693fc.tar.bz2 gentoo-fad5390efd08f5aa52e4cb2e3cb52554cda693fc.zip |
x11-misc/revelation: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8912
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r-- | x11-misc/revelation/revelation-0.4.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/revelation/revelation-0.4.14-r1.ebuild b/x11-misc/revelation/revelation-0.4.14-r1.ebuild index 0a270428d9e1..fa6097d412eb 100644 --- a/x11-misc/revelation/revelation-0.4.14-r1.ebuild +++ b/x11-misc/revelation/revelation-0.4.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ GCONF_DEBUG="no" inherit python-single-r1 gnome2 DESCRIPTION="A password manager for GNOME" -HOMEPAGE="http://revelation.olasagasti.info/" +HOMEPAGE="https://revelation.olasagasti.info/" SRC_URI="https://www.bitbucket.org/erikg/revelation/downloads/${P}.tar.xz" LICENSE="GPL-2" |