From 133bc0ac27f7bf7b0856d4c71d68c86b4dbcd761 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 24 Mar 2023 19:29:21 +0100 Subject: [PATCH] Add missing repository field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9569b1c..9bc6448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Paul van Tilburg "] edition = "2021" description = "Web service that provides podcasts for services that don't offer them (anymore)" readme = "README.md" +repository = "https://git.luon.net/paul/podbringer" license = "MIT" [dependencies]