summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2018-04-26 10:34:47 +0200
committerAmy Liffey <amynka@gentoo.org>2018-04-26 10:38:19 +0200
commit6c5744ea2564ad2589f89aa68634a24c7638ec5c (patch)
treed4baa2f82674710cf49a72954faaa1432f3b6358 /dev-python/django-otp
parentdev-python/yubiotp: fix DESCRIPTION (diff)
downloadgentoo-6c5744ea2564ad2589f89aa68634a24c7638ec5c.tar.gz
gentoo-6c5744ea2564ad2589f89aa68634a24c7638ec5c.tar.bz2
gentoo-6c5744ea2564ad2589f89aa68634a24c7638ec5c.zip
dev-python/django-otp: fix DESCRIPTION
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/django-otp')
-rw-r--r--dev-python/django-otp/django-otp-0.3.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-otp/django-otp-0.3.4.ebuild b/dev-python/django-otp/django-otp-0.3.4.ebuild
index 9a5fb3483f14..eb05d4af0f2d 100644
--- a/dev-python/django-otp/django-otp-0.3.4.ebuild
+++ b/dev-python/django-otp/django-otp-0.3.4.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
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
-DESCRIPTION="Framework for adding two-factor authentication to Django using one-time passwords"
+DESCRIPTION="Django framework adding two-factor authentication using one-time passwords"
HOMEPAGE="https://bitbucket.org/psagers/django-otp"
SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"