dev-python/django-otp: fix DESCRIPTION
authorAmy Liffey <amynka@gentoo.org>
Thu, 26 Apr 2018 08:34:47 +0000 (10:34 +0200)
committerAmy Liffey <amynka@gentoo.org>
Thu, 26 Apr 2018 08:38:19 +0000 (10:38 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/django-otp/django-otp-0.3.4.ebuild

index 9a5fb3483f1409dbbf8fa67f1677daf6c56c61cd..eb05d4af0f2dc43a587333a69d7698f151db64a1 100644 (file)
@@ -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"