me
/
guix
Archived
1
0
Fork 0

gnu: python-sane: Correct the license.

This is a followup to commit f500905ce1.

* gnu/packages/python-xyz.scm (python-sane)[license]: Describe the
license.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -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