apteryx pushed a commit to branch staging
in repository guix.
commit eeffc4ed04795e170dead11159da266e9394702c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Mar 31 16:32:14 2023 -0400
gnu: gnunet: Update home page.
* gnu/packages/gnunet.scm (gnunet) [home-page]: Update URL.
---
gnu/packages/gnunet.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index cb4a90298f..04a11c01d0 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -347,7 +347,7 @@ that sense aims to replace the current internet protocol
stack. Along with
an application for secure publication of files, it has grown to include all
kinds of basic applications for the foundation of a GNU internet.")
(license license:agpl3+)
- (home-page "https://gnunet.org/en/")))
+ (home-page "https://www.gnunet.org/en/")))
(define-public guile-gnunet ;GSoC 2015!
(let ((commit "d12167ab3c8d7d6caffd9c606e389ef043760602")