From 784fa6d09830ba6db98f100ef798b86f9b8f2822 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Tue, 22 Jun 2021 17:02:40 +0200 Subject: [PATCH] Fix typo in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2cefc1..2d21b0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "am-reminder-bot" description = "Matrix bot that gives you reminders" -repostirory = "https://git.nao.sh/amanda/reminder-bot" +repository = "https://git.nao.sh/amanda/reminder-bot" keywords = ["matrix", "bot", "reminder"] readme = "README.md" license = "EUPL-1.2"