summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-02-20 09:08:24 +0200
committerEfraim Flashner <efraim@flashner.co.il>2026-02-20 09:47:01 +0200
commite2871f7c271eae81035adfa10ec1b0b450ed08f1 (patch)
treefdc57b6ce6560163f278e51e7e0e036015ddfb74 /gnu
parent28c28d2ec8afb3514d4af3772407dd2c598b43f6 (diff)
gnu: opus: Fix searching for new releases.
* gnu/packages/xiph.scm (opus)[properties]: Remove release-monitoring-url. Change-Id: I48d8bdb82275d2b7f0202eafc8b54ba49703cf13
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xiph.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index dfb7eece001..9bb0b443dd1 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -388,9 +388,7 @@ standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which
incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
;; This package shows a sizable speed increase when tuned.
(properties `((tunable? . #t)
- (lint-hidden-cpe-vendors . ("discordjs"))
- (release-monitoring-url
- . "https://archive.mozilla.org/pub/opus/")))
+ (lint-hidden-cpe-vendors . ("discordjs"))))
(license license:bsd-3)
(home-page "https://www.opus-codec.org")))