From 932d51476842199bf0a91b5854e41ea25a2db553 Mon Sep 17 00:00:00 2001 From: jonaro00 <54029719+jonaro00@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:54:33 +0200 Subject: [PATCH] nit: repository field --- services/shuttle-ntex/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/shuttle-ntex/Cargo.toml b/services/shuttle-ntex/Cargo.toml index ab5b460d2..c3a21eae8 100644 --- a/services/shuttle-ntex/Cargo.toml +++ b/services/shuttle-ntex/Cargo.toml @@ -4,6 +4,7 @@ version = "0.43.0" edition = "2021" license = "Apache-2.0" description = "Service implementation to run a Ntex webserver on shuttle" +repository = "https://github.com/shuttle-hq/shuttle" keywords = ["shuttle-service", "ntex"] [workspace]