about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-10-19 23:19:38 +0200
committerEmile <git@emile.space>2022-10-19 23:19:38 +0200
commitccdf407ae754b660533766d1067eff18ee873d90 (patch)
tree89289c819804be1218a0ecbccf30e669f1c16b44
parent1595b90bdb94dd8ab9f01d04b72575710f072b59 (diff)
fixed the go.mod, sr.ht usernames are prefixed with ~
-rw-r--r--go.mod2
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