diff --git a/package.sh b/package.sh index eeaf124..3a03e5a 100755 --- a/package.sh +++ b/package.sh @@ -5,7 +5,7 @@ cd "$( dirname "${BASH_SOURCE[0]}" )" fpm -s dir -t deb \ -n pve-fake-subscription \ --description "Pollute Proxmox VE 5.x subscription cache so it won't alert you on dashboard login" \ - --url "https://github.com/Jamesits/proxmox-ve-i-really-have-no-money-to-buy-a-subscription" \ + --url "https://github.com/Jamesits/pve-fake-subscription" \ -v 0.0.1 \ --license "GLWTS(Good Luck With That Shit) Public License" \ --depends "python3" \