From 032a22de03c6a89d4e643a03d4c7d47d14b38a46 Mon Sep 17 00:00:00 2001 From: eljamm Date: Sat, 2 May 2026 08:01:08 +0200 Subject: [PATCH] gnunet{-gtk,-messenger-cli}, libgnunetchat: fix 404 changelogs and switch to new repository, since the old one isn't a valid git repo anymore: ``` $ git clone https://git.gnunet.org/gnunet/libgnunetchat.git Cloning into 'libgnunetchat'... fatal: repository 'https://git.gnunet.org/gnunet/libgnunetchat.git/' not found ``` --- pkgs/by-name/gn/gnunet-gtk/package.nix | 2 +- pkgs/by-name/gn/gnunet-messenger-cli/package.nix | 4 ++-- pkgs/by-name/gn/gnunet/package.nix | 2 +- pkgs/by-name/li/libgnunetchat/package.nix | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/gn/gnunet-gtk/package.nix b/pkgs/by-name/gn/gnunet-gtk/package.nix index 75b61bb055e3..d0266865963b 100644 --- a/pkgs/by-name/gn/gnunet-gtk/package.nix +++ b/pkgs/by-name/gn/gnunet-gtk/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { meta = gnunet.meta // { description = "GNUnet GTK User Interface"; - homepage = "https://git.gnunet.org/gnunet-gtk.git"; + homepage = "https://git-www.taler.net/gnunet-gtk.git"; # https://www.gnunet.org/en/news/2025-09-0.25.0.html broken = true; }; diff --git a/pkgs/by-name/gn/gnunet-messenger-cli/package.nix b/pkgs/by-name/gn/gnunet-messenger-cli/package.nix index 9db6de9f2a34..0187ec9a7f79 100644 --- a/pkgs/by-name/gn/gnunet-messenger-cli/package.nix +++ b/pkgs/by-name/gn/gnunet-messenger-cli/package.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: { version = "0.3.1"; src = fetchgit { - url = "https://git.gnunet.org/messenger-cli.git"; + url = "https://git-www.taler.net/messenger-cli.git"; tag = "v${finalAttrs.version}"; hash = "sha256-8Iby3IZXEZJ1dqVV62xDzXx/qq7JKhVtn6ZLb697ZSw="; }; @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Decentralized, privacy-preserving networking framework for secure peer-to-peer communication"; - homepage = "https://git.gnunet.org/messenger-cli.git"; + homepage = "https://git-www.taler.net/messenger-cli.git"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.all; teams = with lib.teams; [ ngi ]; diff --git a/pkgs/by-name/gn/gnunet/package.nix b/pkgs/by-name/gn/gnunet/package.nix index b447e54faf7b..a72841ffdb1f 100644 --- a/pkgs/by-name/gn/gnunet/package.nix +++ b/pkgs/by-name/gn/gnunet/package.nix @@ -127,7 +127,7 @@ stdenv.mkDerivation (finalAttrs: { maintainers = with lib.maintainers; [ pstn ]; teams = with lib.teams; [ ngi ]; platforms = lib.platforms.unix; - changelog = "https://git.gnunet.org/gnunet.git/tree/ChangeLog?h=v${finalAttrs.version}"; + changelog = "https://git-www.taler.net/gnunet.git/tree/NEWS/?h=v${finalAttrs.version}"; # meson: "Can not run test applications in this cross environment." (for dane_verify_crt_raw) broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform; }; diff --git a/pkgs/by-name/li/libgnunetchat/package.nix b/pkgs/by-name/li/libgnunetchat/package.nix index 87d51bb9ac44..7b6f1ad7529f 100644 --- a/pkgs/by-name/li/libgnunetchat/package.nix +++ b/pkgs/by-name/li/libgnunetchat/package.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: { version = "0.6.1"; src = fetchgit { - url = "https://git.gnunet.org/libgnunetchat.git"; + url = "https://git-www.taler.net/libgnunetchat.git"; tag = "v${finalAttrs.version}"; hash = "sha256-FKFoIuGGPcYVRBrsqn1rnodRVCLAjLKlgZOs9v4H+8w="; }; @@ -58,8 +58,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { pkgConfigModules = [ "gnunetchat" ]; description = "Library for secure, decentralized chat using GNUnet network services"; - homepage = "https://git.gnunet.org/libgnunetchat.git"; - changelog = "https://git.gnunet.org/libgnunetchat.git/plain/ChangeLog?h=v${finalAttrs.version}"; + homepage = "https://git-www.taler.net/libgnunetchat.git"; + changelog = "https://git-www.taler.net/libgnunetchat.git/plain/ChangeLog?h=v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.all; teams = with lib.teams; [ ngi ];