gnu: gnutls: Change release monitoring URL.

* gnu/packages/tls.scm (gnutls)[properties]: Change release monitoring
URL.  Add ‘upstream-name’.

Change-Id: If6ee941246b130914ddf7ca11c074a9547b9d739
This commit is contained in:
Ludovic Courtès 2024-11-28 22:27:58 +01:00
parent 2227a6b084
commit 79be44fb51
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -300,7 +300,11 @@ protocols, as well as to parse and write X.509, PKCS #12, OpenPGP and other
required structures.")
(license license:lgpl2.1+)
(properties
'((release-monitoring-url . "https://gnutls.org/download.html")))))
;; Since gnutls.org doesn't have a page with a direct link to the
;; tarball, defer to fellow LFS hackers.
'((release-monitoring-url
. "https://www.linuxfromscratch.org/blfs/view/svn/postlfs/gnutls.html")
(upstream-name . "gnutls")))))
(define-deprecated/public-alias gnutls-latest gnutls)