diff options
author | xrs <xrs@mail36.net> | 2022-08-12 13:36:38 +0200 |
---|---|---|
committer | xrs <xrs@mail36.net> | 2022-08-12 13:38:50 +0200 |
commit | 7b05ac7d86eab59d31a9ce51725af527d24d1ac4 (patch) | |
tree | 76a59586d97b56621de80e6ed1ecfce4aef2e971 | |
parent | 3b0f5b608f47b35435a58b11c5f81668b33d888b (diff) |
correct URL for alpine package
-rwxr-xr-x[-rw-r--r--] | template/install.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2 index ef6b2c77..31f11eb0 100644..100755 --- a/template/install.html.j2 +++ b/template/install.html.j2 @@ -29,7 +29,7 @@ If you have any queries about the installation or the usage, please <a href="eng We recommend to use binary packages provided by the package manager integrated within your Operating System. GNUnet is reportedly available for at least: <ul> - <li><a href="https://pkgs.alpinelinux.org/package/edge/testing/x86_64/gnunet">Alpine</a></li> + <li><a href="https://pkgs.alpinelinux.org/package/edge/community/x86_64/gnunet">Alpine</a></li> <li><a href="https://aur.archlinux.org/packages/gnunet/">Arch (AUR)</a></li> <li><a href="https://packages.debian.org/search?keywords=gnunet">Debian</a></li> <li> |