Browse Source

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>
Yegor Yefremov 10 years ago
parent
commit
6b0aea1b6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/python-coherence/python-coherence.mk

+ 1 - 1
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))