summaryrefslogtreecommitdiff
path: root/gnu/packages/tcl.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-05-06 15:16:28 +0200
committerLudovic Courtès <ludo@gnu.org>2022-05-06 15:23:07 +0200
commit4a3f8994f42fbdb601e725bde648a765f70ed783 (patch)
treef6bba7961426ab047d0646fa59238b60e8bd6466 /gnu/packages/tcl.scm
parent06d244197b999f76f6e54c4d557e4a8f690a1976 (diff)
gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties.
* gnu/packages/tcl.scm (tcl-tls)[properties]: New field.
Diffstat (limited to 'gnu/packages/tcl.scm')
-rw-r--r--gnu/packages/tcl.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 2c4576aed9..9dceee7184 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -473,6 +473,10 @@ debugging tools.")
@code{Tcl_StackChannel} API for Tcl 8.2 and higher. The sockets behave
exactly the same as channels created using Tcl's built-in socket command with
additional options for controlling the SSL session.")
+ (properties
+ '((release-monitoring-url
+ . "https://core.tcl-lang.org/tcltls/wiki/Download")
+ (upstream-name . "tcltls")))
(license license:public-domain)))
(define-public go-github.com-nsf-gothic