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
parent
ad06c29b37
commit
a821818fb7
|
@ -23928,7 +23928,9 @@ restores the original state after the string is printed.")
|
||||||
(synopsis "Python interface to the SANE scanner")
|
(synopsis "Python interface to the SANE scanner")
|
||||||
(description "This package provides Python interface to the SANE scanner
|
(description "This package provides Python interface to the SANE scanner
|
||||||
and frame grabber interface.")
|
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
|
(define-public python-screenkey
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue