commit 110408b448be51cc18d6f047d6bb49e38f77ac34 parent af3ff2731ccec56f9936ddee7b8fa85d03874675 Author: Sebastian <sebasjm@gmail.com> Date: Fri, 10 Jan 2025 16:40:47 -0300 fix namespace Diffstat:
| M | gnu-taler-form-attributes/ts.header | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu-taler-form-attributes/ts.header b/gnu-taler-form-attributes/ts.header @@ -35,4 +35,4 @@ type Hostname = string; type HttpHostnamePath = string; type Form<T> = T; -export namespace TalerAmlAttributes { +export namespace TalerFormAttributes {