summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-17 12:10:25 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-17 12:32:22 +0200
commit3fcf220b902baf26a284f2cf03ba4c1927f7da6a (patch)
tree68642160735d608c6de361fae9e6adb6746bce06 /dev-python/queuelib/queuelib-1.1.1.ebuild
parentdev-python/queuelib: Tested on py3.5&3.6 (diff)
downloadgentoo-3fcf220b902baf26a284f2cf03ba4c1927f7da6a.tar.gz
gentoo-3fcf220b902baf26a284f2cf03ba4c1927f7da6a.tar.bz2
gentoo-3fcf220b902baf26a284f2cf03ba4c1927f7da6a.zip
dev-python/queuelib: Fix HOMEPAGE to avoid vars
Diffstat (limited to 'dev-python/queuelib/queuelib-1.1.1.ebuild')
-rw-r--r--dev-python/queuelib/queuelib-1.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild
index 1642e50bdea6..8a91aa73afdb 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Collection of persistent (disk-based) queues"
-HOMEPAGE="https://github.com/scrapy/${PN}"
-SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/scrapy/queuelib"
+SRC_URI="https://github.com/scrapy/queuelib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"