aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
Diffstat (limited to '.extras')
-rw-r--r--.extras/nvchecker.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index 6e09f8d..51d0ca8 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -146,16 +146,6 @@ prefix = "release-"
source = "cmd"
cmd = '''curl -fsSL https://git.danix.xyz/hyprsunset-qt/refs/tags | grep -oE 'hyprsunset-qt-[0-9.]+\.tar' | sed 's/hyprsunset-qt-//;s/\.tar//' | sort -V | tail -1'''
-# Tracked from the codeberg tags, matching DOWNLOAD: the PyPI sdist omits
-# telethon_generator/ and cannot be built from source. Codeberg is Forgejo,
-# so the gitea source works against it with a host override.
-[python3-telethon]
-source = "gitea"
-gitea = "Lonami/Telethon"
-host = "codeberg.org"
-use_max_tag = true
-prefix = "v"
-
# Typora is proprietary with no git repo, so there is no github/pypi feed.
# The Linux changelog page is the only per-platform source of truth: its
# newest <h2> is the current Linux version. Do NOT use dev_update.xml, which