Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tek/
Date: Thu, 22 Mar 2018 21:33:27
Message-Id: 1521754320.578aaf7bdd69641d019ef2be76ee040d9de09033.aidecoe@gentoo
1 commit: 578aaf7bdd69641d019ef2be76ee040d9de09033
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 22 18:24:16 2018 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 21:32:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578aaf7b
7
8 app-misc/tek: use HTTPS
9
10 app-misc/tek/tek-1.3.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-misc/tek/tek-1.3.0.ebuild b/app-misc/tek/tek-1.3.0.ebuild
14 index a999ca161f5..69421b1eaec 100644
15 --- a/app-misc/tek/tek-1.3.0.ebuild
16 +++ b/app-misc/tek/tek-1.3.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -7,7 +7,7 @@ WX_GTK_VER=3.0
24 inherit udev wxwidgets
25
26 DESCRIPTION="GUI tool for upgrading the firmware of a Truly Ergonomic Keyboard"
27 -HOMEPAGE="http://trulyergonomic.com/ https://github.com/m-ou-se/tek"
28 +HOMEPAGE="https://trulyergonomic.com/ https://github.com/m-ou-se/tek"
29 SRC_URI="https://github.com/m-ou-se/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="all-rights-reserved GPL-3+"