diff options
author | Amy Liffey <amynka@gentoo.org> | 2018-04-26 10:32:29 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2018-04-26 10:38:14 +0200 |
commit | 1e3bf0dbdc08582854b5cb5c374bdc37706aab56 (patch) | |
tree | 0427b921b6708c4b4b80a678e1f72f312477be21 /dev-python/yubiotp | |
parent | dev-python/django-phonenumber-field: fix DESCRIPTION (diff) | |
download | gentoo-1e3bf0dbdc08582854b5cb5c374bdc37706aab56.tar.gz gentoo-1e3bf0dbdc08582854b5cb5c374bdc37706aab56.tar.bz2 gentoo-1e3bf0dbdc08582854b5cb5c374bdc37706aab56.zip |
dev-python/yubiotp: fix DESCRIPTION
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/yubiotp')
-rw-r--r-- | dev-python/yubiotp/yubiotp-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/yubiotp/yubiotp-0.2.1.ebuild b/dev-python/yubiotp/yubiotp-0.2.1.ebuild index b717b151ddd9..e46ba7ac0e46 100644 --- a/dev-python/yubiotp/yubiotp-0.2.1.ebuild +++ b/dev-python/yubiotp/yubiotp-0.2.1.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=5 @@ -10,7 +10,7 @@ inherit eutils distutils-r1 MY_PN="YubiOTP" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Library for verifying YubiKey OTP tokens, both locally and through a Yubico web service" +DESCRIPTION="Library verifying YubiKey OTP tokens, locally and using Yubico web service" HOMEPAGE="https://bitbucket.org/psagers/yubiotp" SRC_URI="mirror://pypi/Y/${MY_PN}/${MY_P}.tar.gz" |