Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/
Date: Tue, 09 Apr 2019 08:07:58
Message-Id: 1554794982.bbbfd029603c1bc0b0f25163404cb304bf45efca.monsieurp@gentoo
1 commit: bbbfd029603c1bc0b0f25163404cb304bf45efca
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 21 07:33:29 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:29:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd029
7
8 x11-plugins/wmstickynotes: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11436
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
18 index 4ebbce8e36b..04099339b7a 100644
19 --- a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
20 +++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=4
27 @@ -6,7 +6,7 @@ EAPI=4
28 inherit eutils
29
30 DESCRIPTION="A dockapp for keeping small notes around on the desktop"
31 -HOMEPAGE="http://wmstickynotes.sourceforge.net/"
32 +HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/"
33 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
34
35 LICENSE="GPL-3"