mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
2227a6b084
commit
79be44fb51
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue