diff options
author | Emile <git@emile.space> | 2022-10-19 23:19:38 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2022-10-19 23:19:38 +0200 |
commit | ccdf407ae754b660533766d1067eff18ee873d90 (patch) | |
tree | 89289c819804be1218a0ecbccf30e669f1c16b44 | |
parent | 1595b90bdb94dd8ab9f01d04b72575710f072b59 (diff) |
fixed the go.mod, sr.ht usernames are prefixed with ~
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 2c6fb71..4810c18 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.sr.ht/hanemile/matrix-sdk +module git.sr.ht/~hanemile/matrix-sdk go 1.13 |