From 8a71a05ce69d74ebf6e9b47dcd38119635bbac2c Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Mon, 12 Feb 2024 00:16:32 +0100 Subject: [PATCH] Trail Sense: new project --- cfg/projects/TrailSense.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cfg/projects/TrailSense.json diff --git a/cfg/projects/TrailSense.json b/cfg/projects/TrailSense.json new file mode 100644 index 00000000..178f1b7e --- /dev/null +++ b/cfg/projects/TrailSense.json @@ -0,0 +1,11 @@ +{ + "project": "Trail Sense", + "license": "MIT", + "projectweb": "https://github.com/kylecorry31/Trail-Sense", + "fileset": { + "TrailSense": { + "url": "https://github.com/kylecorry31/Trail-Sense", + "type": "git" + } + } +}