Unverified Commit 558f7315 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libeufin, taldir, taler-*: switch to new git repository (#515761)

parents 06a2d613 fbacd040
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
  version = "1.3.0";

  src = fetchgit {
    url = "https://git.taler.net/libeufin.git/";
    url = "https://git-www.taler.net/libeufin.git/";
    tag = "v${finalAttrs.version}";
    hash = "sha256-bt1NBoiN52CX2Itg8lQ/b0V/MZulBTaD8luNlH4Mwss=";
    fetchSubmodules = true;
@@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
  doCheck = false;

  meta = {
    homepage = "https://git.taler.net/libeufin.git/";
    homepage = "https://git-www.taler.net/libeufin.git";
    description = "Integration and sandbox testing for FinTech APIs and data formats";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ atemu ];
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ buildGoModule (finalAttrs: {
  version = "1.0.5";

  src = fetchgit {
    url = "https://git.taler.net/taldir.git";
    url = "https://git-www.taler.net/taldir.git";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZKNkMV0IV6E+yCQeabGXpIQclx1S4YEgFn4whGXTaks=";
  };
@@ -40,7 +40,7 @@ buildGoModule (finalAttrs: {
  doCheck = false;

  meta = {
    homepage = "https://git.taler.net/taldir.git";
    homepage = "https://git-www.taler.net/taldir.git";
    description = "Directory service to resolve wallet mailboxes by messenger addresses";
    teams = with lib.teams; [ ngi ];
    # themadbit will maintain after being added to maintainers
+3 −3
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@ stdenv.mkDerivation (finalAttrs: {
  version = "1.3.0";

  src = fetchgit {
    url = "https://git.taler.net/challenger.git";
    url = "https://git-www.taler.net/challenger.git";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oomrqpA/V2sNTRzFbHS7rnZdTIs8w+SRYsa9AYDFn5o=";
  };

  # https://git.taler.net/challenger.git/tree/bootstrap
  # https://git-www.taler.net/challenger.git/tree/bootstrap
  preAutoreconf = ''
    # Generate Makefile.am in contrib/
    pushd contrib
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {

  meta = {
    description = "OAuth 2.0-based authentication service that validates user can receive messages at a certain address";
    homepage = "https://git.taler.net/challenger.git";
    homepage = "https://git-www.taler.net/challenger.git";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ wegank ];
    teams = with lib.teams; [ ngi ];
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ rustPlatform.buildRustPackage {
  version = "0-unstable-2024-06-17";

  src = fetchgit {
    url = "https://git.taler.net/depolymerization.git/";
    url = "https://git-www.taler.net/depolymerization.git";
    rev = "a0d27ac3bba22d4934ca9f7b244b0d9e45bb484f";
    hash = "sha256-HmQ/DPq/O6aODWms/bSsCVgBF7z246xxfYxiHrAkgYw=";
  };
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage {

  meta = {
    description = "Wire gateway for Bitcoin/Ethereum";
    homepage = "https://git.taler.net/depolymerization.git/";
    homepage = "https://git-www.taler.net/depolymerization.git/";
    license = lib.licenses.agpl3Only;
    teams = [ lib.teams.ngi ];
  };
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
  version = "1.3.0";

  src = fetchgit {
    url = "https://git.taler.net/exchange.git";
    url = "https://git-www.taler.net/exchange.git";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-FePuJUEa01E2jlAOdHryzkFwXqNcU+AkMKs1pamNJn8=";
@@ -133,7 +133,7 @@ stdenv.mkDerivation (finalAttrs: {
      payment system.
    '';
    homepage = "https://taler.net/";
    changelog = "https://git.taler.net/exchange.git/tree/ChangeLog";
    changelog = "https://git-www.taler.net/exchange.git/tree/ChangeLog?h=v${finalAttrs.version}";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ astro ];
    teams = with lib.teams; [ ngi ];
Loading