summary refs log tree commit diff
diff options
context:
space:
mode:
-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