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"