diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-08-18 00:51:25 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-09 22:10:10 -0500 |
commit | 9e9e3737511ec36a3d19588ec0f34b2dbdacb932 (patch) | |
tree | a6276e6e26347630f56c3365fe5c8aeab0aab83e | |
parent | c235957534cf2f42e38c876318a64b5c784ebd8b (diff) |
gnu: libnatpmp: Update home page.
* gnu/packages/networking.scm (libnatpmp) [home-page]: Update.
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 938e27fd79..99b5fe9cc3 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1434,7 +1434,7 @@ files contain direct mappings of the abstractions provided by the ØMQ C API.") #~(list (string-append "CC=" #$(cc-for-target)) (string-append "INSTALLPREFIX=" #$output) (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")))) - (home-page "http://miniupnp.free.fr/libnatpmp.html") + (home-page "https://miniupnp.tuxfamily.org/libnatpmp.html") (synopsis "C library implementing NAT-PMP") (description "@code{libnatpmp} is a portable and asynchronous implementation of |