From e2871f7c271eae81035adfa10ec1b0b450ed08f1 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 20 Feb 2026 09:08:24 +0200 Subject: gnu: opus: Fix searching for new releases. * gnu/packages/xiph.scm (opus)[properties]: Remove release-monitoring-url. Change-Id: I48d8bdb82275d2b7f0202eafc8b54ba49703cf13 --- gnu/packages/xiph.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index dfb7eece00..9bb0b443dd 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"))) -- cgit v1.3