mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
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:
parent
ad06c29b37
commit
a821818fb7
1 changed files with 3 additions and 1 deletions
|
@ -23928,7 +23928,9 @@ (define-public python-sane
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue