diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2024-03-26 20:39:34 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2024-03-26 20:39:34 +0100 |
commit | 88d6fdba1cb5f3fa2c85dc97877a46ecd2dbfefd (patch) | |
tree | ee25925f7f5f45f00040eb2bfc8caffb05c33b07 | |
parent | 72c99ead9e4e4acd07b00d94d146ae70b16e0179 (diff) |
Changed VOID_UPDATES_URL to a working one
-rwxr-xr-x | auto-void-packages/who-needs-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-void-packages/who-needs-update.sh b/auto-void-packages/who-needs-update.sh index 162e174..e01af13 100755 --- a/auto-void-packages/who-needs-update.sh +++ b/auto-void-packages/who-needs-update.sh @@ -29,7 +29,7 @@ NEEDS_UPDATE="needs_update.txt" CONTRIBUTED_TO_FILE="contributed-to.txt" -VOID_UPDATES_URL="https://a-hel-fi.m.voidlinux.org/void-updates/void-updates.txt" +VOID_UPDATES_URL="https://repo-fi.voidlinux.org/void-updates/void-updates.txt" VOID_UPDATES=$(curl --silent "$VOID_UPDATES_URL") # for each package that needs an update put it in the file |