summaryrefslogtreecommitdiff
path: root/package/python-coherence
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-04-05 20:05:14 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-04-05 21:28:15 +0200
commit6b0aea1b6cff5a9d3898e5a4eb1f79044b77ebed (patch)
treed1364dc840fcaf2b296c9db0cda6cf1c7d18df44 /package/python-coherence
parent3f79f48764055b53cd548b8c62c357281aa816e4 (diff)
python-coherence: fix legal-info
Typo in license file name. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-coherence')
-rw-r--r--package/python-coherence/python-coherence.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-coherence/python-coherence.mk b/package/python-coherence/python-coherence.mk
index 301885ba3..f9df37c32 100644
--- a/package/python-coherence/python-coherence.mk
+++ b/package/python-coherence/python-coherence.mk
@@ -8,7 +8,7 @@ PYTHON_COHERENCE_VERSION = 0.6.6.2
PYTHON_COHERENCE_SITE = $(call github,coherence-project,Coherence,Coherence-$(PYTHON_COHERENCE_VERSION))
PYTHON_COHERENCE_SETUP_TYPE = setuptools
PYTHON_COHERENCE_LICENSE = MIT
-PYTHON_COHERENCE_LICENSE_FILES = LICENSE
+PYTHON_COHERENCE_LICENSE_FILES = LICENCE
PYTHON_COHERENCE_DEPENDENCIES = python-twisted python-zope-interface python-pyasn
$(eval $(python-package))