diff options
author | Benjamin Morrison <ben@gbmor.org> | 2023-06-21 17:10:17 -0400 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2023-06-21 17:10:17 -0400 |
commit | 057c487a820431b54e28474c6f993f7593ed55a7 (patch) | |
tree | 88f4c1c2f7b58d78fc49ab1643ea21d52e6a8878 | |
parent | dc5cce23e9b0869455f546d968052bc200dd0011 (diff) | |
download | laika-057c487a820431b54e28474c6f993f7593ed55a7.tar.gz |
update repo link in Cargo.toml
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 34655c9..4e8bb1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["gbmor"] description = "async Gemini protocol server" license = "AGPL-3.0-or-later" edition = "2021" +repository = "https://git.sr.ht/~gbmor/laika" [dependencies] argh = "^0.1.10" |