diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-22 19:24:16 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2018-03-22 21:32:00 +0000 |
commit | 578aaf7bdd69641d019ef2be76ee040d9de09033 (patch) | |
tree | df0553576376e16a0a27eefbd3326c85160ec15e /app-misc/tek | |
parent | app-crypt/rhash: pass --target=${CHOST} to configure (diff) | |
download | gentoo-578aaf7bdd69641d019ef2be76ee040d9de09033.tar.gz gentoo-578aaf7bdd69641d019ef2be76ee040d9de09033.tar.bz2 gentoo-578aaf7bdd69641d019ef2be76ee040d9de09033.zip |
app-misc/tek: use HTTPS
Diffstat (limited to 'app-misc/tek')
-rw-r--r-- | app-misc/tek/tek-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tek/tek-1.3.0.ebuild b/app-misc/tek/tek-1.3.0.ebuild index a999ca161f55..69421b1eaec1 100644 --- a/app-misc/tek/tek-1.3.0.ebuild +++ b/app-misc/tek/tek-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ WX_GTK_VER=3.0 inherit udev wxwidgets DESCRIPTION="GUI tool for upgrading the firmware of a Truly Ergonomic Keyboard" -HOMEPAGE="http://trulyergonomic.com/ https://github.com/m-ou-se/tek" +HOMEPAGE="https://trulyergonomic.com/ https://github.com/m-ou-se/tek" SRC_URI="https://github.com/m-ou-se/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="all-rights-reserved GPL-3+" |