Private
Public Access
1
0

Changed Mod Name to avoid collision

This commit is contained in:
Jan Grießhaber
2026-01-02 10:26:50 +01:00
parent 09b7ec8742
commit 5fd30dc85b
6 changed files with 84 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "factorio-prometheus-exporter",
"name": "factorio-metrics-exporter",
"version": "0.1.0",
"title": "Prometheus Exporter",
"title": "Prometheus Metrics Exporter",
"author": "Jan Grießhaber",
"contact": "jan@griesshaber.systems",
"homepage": "",
@@ -14,6 +14,6 @@
"tags": [
"monitoring",
"metrics",
"prometheus"
"metrics"
]
}