diff options
author | Milkey Mouse <milkeymouse@meme.institute> | 2021-07-19 21:02:01 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-08-04 17:22:19 +0200 |
commit | 62722229c20daf2e6b15ccbb5e2e85f27ab8eebe (patch) | |
tree | d37369d320a2d8fd9c0cc1de9a5916c569ad1c12 /gnu/packages/crypto.scm | |
parent | 15452f319c08f5654963dc11425eab01067df087 (diff) | |
download | guix-62722229c20daf2e6b15ccbb5e2e85f27ab8eebe.tar.gz |
gnu: Fix broken links to Arch Linux git repositories
* gnu/packages/crypto.scm (libsecp256k1): Update comment patch link. * gnu/packages/engineering.scm (freehdl): Update patch link. * gnu/packages/tex.scm (texlive-bin): Update arch-patch base URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index fe2cec045d..c545f47fcf 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1118,7 +1118,7 @@ trivial to build for local use. Portability is emphasized over performance.") ("automake" ,automake) ("libtool" ,libtool))) ;; WARNING: This package might need additional configure flags to run properly. - ;; See https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/libsecp256k1. + ;; See https://github.com/archlinux/svntogit-community/blob/packages/libsecp256k1/trunk/PKGBUILD. (synopsis "C library for EC operations on curve secp256k1") (description "Optimized C library for EC operations on curve secp256k1. |