From 91b5ec4ba0ed00306cc4a94c2be26d141f8c3a02 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 7 Mar 2026 12:25:18 +0100 Subject: [PATCH] fix: repository renames and update URLs (#2103) * fix: repository renames and update URLs ``` repository not found in search results: https://github.com/atomicdata-dev/atomic-server repository not found in search results: https://github.com/idno/known repository not found in search results: https://github.com/lobehub/lobe-chat repository not found in search results: https://github.com/jokob-sk/NetAlertX repository not found in search results: https://github.com/richardr1126/OpenReader-WebUI ``` - Fixed for all repos the source code URL - Updated for Atomic Server the website URL (fixes #2074 as well) - Renamed OpenReader-WebUI to OpenReader * fix typo in known & atomic --- software/atomic-server.yml | 4 ++-- software/known.yml | 2 +- software/lobehub.yml | 2 +- software/netalertx.yml | 2 +- software/{openreader-webui.yml => openreader.yml} | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) rename software/{openreader-webui.yml => openreader.yml} (85%) diff --git a/software/atomic-server.yml b/software/atomic-server.yml index 8561bd2c5b..2282518d4e 100644 --- a/software/atomic-server.yml +++ b/software/atomic-server.yml @@ -1,5 +1,5 @@ name: Atomic Server -website_url: https://github.com/atomicdata-dev/atomic-server +website_url: https://atomicserver.eu/ description: Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies. licenses: - MIT @@ -8,7 +8,7 @@ platforms: - Rust tags: - Knowledge Management Tools -source_code_url: https://github.com/atomicdata-dev/atomic-server +source_code_url: https://github.com/ontola/atomic-server demo_url: https://atomicdata.dev/ stargazers_count: 1480 updated_at: '2026-01-08' diff --git a/software/known.yml b/software/known.yml index 5c1770ef5c..0711b1ed76 100644 --- a/software/known.yml +++ b/software/known.yml @@ -7,7 +7,7 @@ platforms: - PHP tags: - Blogging Platforms -source_code_url: https://github.com/idno/known +source_code_url: https://github.com/idno/idno stargazers_count: 1106 updated_at: '2026-02-14' archived: false diff --git a/software/lobehub.yml b/software/lobehub.yml index b60688a796..13741e070e 100644 --- a/software/lobehub.yml +++ b/software/lobehub.yml @@ -1,6 +1,6 @@ name: LobeHub website_url: https://www.lobehub.com -source_code_url: https://github.com/lobehub/lobe-chat +source_code_url: https://github.com/lobehub/lobehub description: Modern design AI chat framework supporting multiple AI providers, one click install MCP Marketplace and Artifacts / Thinking. licenses: - ⊘ Proprietary diff --git a/software/netalertx.yml b/software/netalertx.yml index 04441c7d4e..466e3d880e 100644 --- a/software/netalertx.yml +++ b/software/netalertx.yml @@ -1,6 +1,6 @@ name: "NetAlertX" website_url: "https://netalertx.com/" -source_code_url: "https://github.com/jokob-sk/NetAlertX" +source_code_url: "https://github.com/netalertx/NetAlertX" description: "Network intruder and presence detector. Scans for devices connected to your network and alerts you if new and unknown devices are found." licenses: - GPL-3.0 diff --git a/software/openreader-webui.yml b/software/openreader.yml similarity index 85% rename from software/openreader-webui.yml rename to software/openreader.yml index 9c3b5190f3..4c22e1b101 100644 --- a/software/openreader-webui.yml +++ b/software/openreader.yml @@ -1,6 +1,6 @@ -name: OpenReader WebUI +name: OpenReader website_url: https://openreader.richardr.dev/ -source_code_url: https://github.com/richardr1126/OpenReader-WebUI +source_code_url: https://github.com/richardr1126/openreader description: EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks. licenses: - MIT