Hi,
I was looking (randomly) at the description of F31's kwrited ("KDE Write Daemon") and wanted to find out more about what a "KDE Write Daemon" is, so I followed the link listed as URL (https://cgit.kde.org/kwrited.git). That server (cgit.kde.org) was down.
On https://community.kde.org/Sysadmin/GitKdeOrgManual#Overview_of_facilities, cgit was listed as an active facility with multiple men- tions, but further googling led to https://www.reddit.com/r/kde/comments/h0ea9h/is_httpscgitkdeorg_down/ and https://about.gitlab.com/blog/2020/06/29/welcome-kde/. So cgit seems to have been switched off for good and "re- placed" by invent.kde.org.
There is a large number of references to cgit.kde.org in spec files and the invent.kde.org URLs are more "complicat- ed":
| [tim@passepartout ~]$ fgrep cgit.kde.org .cache/rpm-specs/*.spec | wc -l | 299 | [tim@passepartout ~]$ fgrep invent.kde.org .cache/rpm-specs/*.spec | .cache/rpm-specs/ikona.spec:URL: https://invent.kde.org/KDE/%%7Bname%7D | .cache/rpm-specs/kio-fuse.spec:URL: https://invent.kde.org/system/kio-fuse | .cache/rpm-specs/kuserfeedback.spec:URL: https://invent.kde.org/libraries/%%7Bname%7D | .cache/rpm-specs/latte-dock.spec:URL: https://invent.kde.org/plasma/%%7Bname%7D | .cache/rpm-specs/latte-dock.spec:Source0: https://invent.kde.org/plasma/%%7Bname%7D/-/archive/v%%7Bversion%7D/latte-do... | .cache/rpm-specs/plasma-wayland-protocols.spec:URL: https://invent.kde.org/libraries/%%7Bname%7D.git | [tim@passepartout ~]$
So maybe a mapping can be obtained from KDE and the URLs up- dated en masse.
Tim