[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: tcl: Use tcl/tk license.
From: |
Leo Famulari |
Subject: |
02/03: gnu: tcl: Use tcl/tk license. |
Date: |
Fri, 12 Feb 2016 23:05:06 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit e4c38581f3b922ba80df58144d7638251bee311f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Thu Feb 11 21:52:33 2016 +0100
gnu: tcl: Use tcl/tk license.
* gnu/packages/tcl.scm (tcl)[license]: Use the tcl/tk license variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/tcl.scm | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 2c4c750..ff487a8 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -80,8 +80,7 @@
(home-page "http://www.tcl.tk/")
(synopsis "The Tcl scripting language")
(description "The Tcl (Tool Command Language) scripting language.")
- (license (non-copyleft "http://www.tcl.tk/software/tcltk/license.html"
- "Tcl/Tk license"))))
+ (license tcl/tk)))
(define-public expect