Unverified Commit 06a2d613 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

gnunet{-gtk,-messenger-cli}, libgnunetchat: fix 404 changelogs (#515758)

parents b4e41f8a 032a22de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
+3 −3
Original line number Diff line number Diff line
@@ -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 ];