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
```
This commit is contained in:
eljamm
2026-05-02 08:01:08 +02:00
parent 5715298dba
commit 032a22de03
4 changed files with 7 additions and 7 deletions

View File

@@ -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;
};

View File

@@ -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 ];

View File

@@ -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;
};

View File

@@ -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 ];