Repoint dead slopsmith URLs -> got-feedback

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
byrongamatos
2026-06-17 11:02:04 +02:00
co-authored by Claude Opus 4.8
parent 97a1e5fbf5
commit edf8f46866
19 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -3722,7 +3722,7 @@ def get_version():
version = version_file.read_text().strip()
except (OSError, UnicodeDecodeError):
pass
default_source_url = "https://github.com/byrongamatos/slopsmith"
default_source_url = "https://github.com/got-feedback/feedback"
# APP_SOURCE_URL / APP_LICENSE_URL flow straight into <a href> in the UI,
# so validate with urllib.parse rather than a bare prefix check — a prefix
# check accepts malformed values like "https://" (no host) which produce