diff options
author | Sergiy Borodych <Sergiy.Borodych@gmail.com> | 2016-04-14 11:26:16 +0300 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-04-14 21:57:21 -0500 |
commit | 6c0f8b4ee1cecb29ef19349d5459e3758754ffbf (patch) | |
tree | dc4af6cff75657c56cd0d8048a0aab67d439d4fe /app-crypt | |
parent | app-crypt/stoken: update metadata.xml, upstream info was added (diff) | |
download | gentoo-6c0f8b4ee1cecb29ef19349d5459e3758754ffbf.tar.gz gentoo-6c0f8b4ee1cecb29ef19349d5459e3758754ffbf.tar.bz2 gentoo-6c0f8b4ee1cecb29ef19349d5459e3758754ffbf.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/stoken/stoken-0.90.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild index 6e00dbf693be..fc4685ec4baa 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" |