From 14ca3c6e87dfaa9bddce7dccaae2d0c5fb343166 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Fri, 4 Jul 2025 08:08:33 +0200 Subject: [PATCH] feat: change URL for nim-sndfile due to change of maintainer (#3063) Signed-off-by: Christopher Arndt --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index f7e17a6..d30729f 100644 --- a/packages.json +++ b/packages.json @@ -3342,7 +3342,7 @@ }, { "name": "sndfile", - "url": "https://github.com/julienaubert/nim-sndfile", + "url": "https://github.com/SpotlightKid/nim-sndfile", "method": "git", "tags": [ "audio", @@ -3352,7 +3352,7 @@ ], "description": "A wrapper of libsndfile", "license": "MIT", - "web": "https://github.com/julienaubert/nim-sndfile" + "web": "https://github.com/SpotlightKid/nim-sndfile" }, { "name": "nim-sndfile",