commit: 6c0f8b4ee1cecb29ef19349d5459e3758754ffbf Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com> AuthorDate: Thu Apr 14 08:26:16 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Apr 15 02:57:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0f8b4e
app-crypt/stoken: update HOMEPAGE, SRC_URI & DESCRIPTION switch HOMEPAGE to github as more proper (repo & bugs there) switch SRC_URI to use 'https://' (redirected by default to it anyway) Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-crypt/stoken/stoken-0.90.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild index 6e00dbf..fc4685e 100644 --- a/app-crypt/stoken/stoken-0.90.ebuild +++ b/app-crypt/stoken/stoken-0.90.ebuild @@ -6,9 +6,9 @@ EAPI="6" inherit autotools -DESCRIPTION="stoken - Software Token for Linux/UNIX" -HOMEPAGE="http://stoken.sourceforge.net/" -SRC_URI="http://github.com/cernekee/stoken/archive/v${PV}.tar.gz" +DESCRIPTION="Software Token for Linux/UNIX" +HOMEPAGE="https://github.com/cernekee/stoken" +SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0"
