Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
Date: Sat, 02 Jun 2018 22:38:28
Message-Id: 1527979057.1d2b97c13bf5de598c22635d57e7b5499d01fadb.bman@gentoo
1 commit: 1d2b97c13bf5de598c22635d57e7b5499d01fadb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 2 20:40:48 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:37:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2b97c1
7
8 x11-misc/gigolo: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8694
11
12 x11-misc/gigolo/gigolo-0.4.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
16 index 1de0cadb8c6..0f8a1215a55 100644
17 --- a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
18 +++ b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit xdg-utils
21
22 DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
23 -HOMEPAGE="http://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
24 +HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
25 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
26
27 LICENSE="GPL-2"