From f8e5a4d24d2fd4ff918e055585dea1ee83425c9b 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 ab5b460d25..c3a21eae88 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]