Skip to content
Snippets Groups Projects
Commit e4c38581 authored by Jan Nieuwenhuizen's avatar Jan Nieuwenhuizen Committed by Leo Famulari
Browse files

gnu: tcl: Use tcl/tk license.


* gnu/packages/tcl.scm (tcl)[license]: Use the tcl/tk license variable.

Signed-off-by: default avatarLeo Famulari <leo@famulari.name>
parent d29f6470
No related branches found
No related tags found
No related merge requests found
...@@ -80,8 +80,7 @@ (define-public tcl ...@@ -80,8 +80,7 @@ (define-public tcl
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment