aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 5d32220..72028ac 100644
--- a/build.yaml
+++ b/build.yaml
@@ -131,4 +131,4 @@ nuget:
- src/Jellyfin.Extensions/Jellyfin.Extensions.csproj
feed_urls:
stable: https://api.nuget.org/v3/index.json
- unstable: https://nuget.pkg.github.com/jellyfin-sandbox/index.json
+ unstable: https://nuget.pkg.github.com/jellyfin/index.json
bgstack15