From 447ad306f776b0aa5f609c683fb114d060e5693f Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 26 Nov 2018 20:25:33 -0700 Subject: [PATCH] voidcheck.sh: change to new void-packages Former-commit-id: 5a7583bf4180d2d37c7d6eed9d36daa5a1bd3d71 Former-commit-id: 977b16173235a859a17cfe7c7cdfc0baa57b65cd --- voidcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voidcheck.sh b/voidcheck.sh index 80f8008..3444a6d 100755 --- a/voidcheck.sh +++ b/voidcheck.sh @@ -15,7 +15,7 @@ if [ -f /usr/bin/rsstail ];then feedcmd='rsstail -1 -u' - feed='https://github.com/voidlinux/void-packages/commits/master.atom' + feed='https://github.com/void-linux/void-packages/commits/master.atom' newpkgs='grep -e New -e new' updatedpkgs='grep -e Update -e update' sysupdates="xbps-install -S | xbps-install -Snu"