gnu: python-sane: Correct the license.

This is a followup to commit f500905ce1.

* gnu/packages/python-xyz.scm (python-sane)[license]: Describe the
license.
This commit is contained in:
Leo Famulari 2021-02-22 13:25:16 -05:00
parent ad06c29b37
commit a821818fb7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -23928,7 +23928,9 @@ (define-public python-sane
(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