mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -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")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue