me
/
guix
Archived
1
0
Fork 0

gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties.

* gnu/packages/tcl.scm (tcl-tls)[properties]: New field.
Ludovic Courtès 2022-05-06 15:16:28 +02:00
parent 06d244197b
commit 4a3f8994f4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -473,6 +473,10 @@ debugging tools.")
@code{Tcl_StackChannel} API for Tcl 8.2 and higher. The sockets behave @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 exactly the same as channels created using Tcl's built-in socket command with
additional options for controlling the SSL session.") 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))) (license license:public-domain)))
(define-public go-github.com-nsf-gothic (define-public go-github.com-nsf-gothic