gnu: tcl: Use tcl/tk license.
* gnu/packages/tcl.scm (tcl)[license]: Use the tcl/tk license variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
d29f647077
commit
e4c38581f3
|
@ -80,8 +80,7 @@
|
||||||
(home-page "http://www.tcl.tk/")
|
(home-page "http://www.tcl.tk/")
|
||||||
(synopsis "The Tcl scripting language")
|
(synopsis "The Tcl scripting language")
|
||||||
(description "The Tcl (Tool Command Language) scripting language.")
|
(description "The Tcl (Tool Command Language) scripting language.")
|
||||||
(license (non-copyleft "http://www.tcl.tk/software/tcltk/license.html"
|
(license tcl/tk)))
|
||||||
"Tcl/Tk license"))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public expect
|
(define-public expect
|
||||||
|
|
Loading…
Reference in New Issue