commit bc667929d227a59f9ab259c63e4bd955354607a1
parent ac44c37796ebebc5cc2b14be5a8f21a08b33b19b
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 15 Jul 2026 13:31:24 +0200
fix API mismatch
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -1,6 +1,6 @@
{
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+ nixpkgs.url = "nixpkgs/release-26.05";
systems.url = "github:nix-systems/default";
self.submodules = true;
};
diff --git a/pkg/taldir/taldir.go b/pkg/taldir/taldir.go
@@ -139,7 +139,7 @@ type VersionResponse struct {
Name string `json:"name"` // "taler-directory"
// Supported alias types
- AliasType []AliasType `json:"alias_type"`
+ AliasType []AliasType `json:"alias_types"`
// fee for one month of registration
MonthlyFee string `json:"monthly_fee"`