aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-02-22 13:25:16 -0500
committerLeo Famulari <leo@famulari.name>2021-02-22 13:26:14 -0500
commita821818fb78bc352aef81a5f8d162729de3e5c8a (patch)
tree46c8cf068c99b1e9f314321dda739e8022bc106b
parentad06c29b37924ecf5eb3bd440c7456cad6415c3b (diff)
downloadguix-a821818fb78bc352aef81a5f8d162729de3e5c8a.tar
guix-a821818fb78bc352aef81a5f8d162729de3e5c8a.tar.gz
gnu: python-sane: Correct the license.
This is a followup to commit f500905ce1baf85a2407c5ccde148ee6c2ea2584. * gnu/packages/python-xyz.scm (python-sane)[license]: Describe the license.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e42cbc561c..072cc3db53 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23928,7 +23928,9 @@ restores the original state after the string is printed.")
(synopsis "Python interface to the SANE scanner")
(description "This package provides Python interface to the SANE scanner
and frame grabber interface.")
- (license license:expat)))
+ (license (license:non-copyleft
+ ;; Yet another variant of the X/MIT license.
+ "https://github.com/python-pillow/Sane/blob/master/COPYING"))))
(define-public python-screenkey
(package