diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-05 00:34:22 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-05 00:34:22 +0900 |
| commit | 1b5437ce217590545f7a7319a5c62b6300aee6c4 (patch) | |
| tree | 4aae73815c69833c59ec3e3ec350c47580bf9e3e | |
| parent | b798a226e03aaa26459bbeb3a181a7a9e7c94c8d (diff) | |
| download | loftix-1b5437ce217590545f7a7319a5c62b6300aee6c4.tar.gz | |
Fix authorization file format
| -rw-r--r-- | .guix-authorizations | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.guix-authorizations b/.guix-authorizations index 19f26be..b7f4eaa 100644 --- a/.guix-authorizations +++ b/.guix-authorizations @@ -1,4 +1,4 @@ (authorizations (version 0) - (("838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767") - (name "cnx@loang.net"))) + (("838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767" + (name "cnx@loang.net")))) |
