diff --git a/LICENSE b/LICENSE index 6d2bd3c..0b732d3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Bearologics GmbH +Copyright (c) 2026 Marcus DK1DA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index fd9f7cf..6974833 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A web app that visualizes DMR repeaters on an interactive map. Filter by band and network, search by callsign or address, find repeaters along a driving route, and export CPS-ready channel configurations. -**Live:** https://dmrmap.kida.io +**Live:** https://dmrmap.de ## Features diff --git a/frontend/src/main.ts b/frontend/src/main.ts index ae293b7..6ed0923 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -1252,7 +1252,7 @@ import { buildPopup as _buildPopup } from "./popup"; if (el) { el.textContent = data.version; if (link && /^[0-9a-f]{7,40}$/.test(data.version)) { - link.href = "https://github.com/Bearologics/DMRmap/commit/" + data.version; + link.href = "https://git.dk1da.de/DK1DA/DMRmap/commit/" + data.version; } (el.closest(".app-version") as HTMLElement).style.display = ""; } diff --git a/frontend/static/index.html b/frontend/static/index.html index 8674d92..a6ea3dd 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -73,7 +73,7 @@ Routing by OSRM. Map by OpenStreetMap. Built by DK1DA.
- Impressum · Datenschutz · Source
+ Impressum · Datenschutz · Source