From: Thorsten Date: Thu, 12 Feb 2026 20:44:47 +0000 (+0100) Subject: Fix project URL in PKGBUILD X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;p=profanity-remote-notifications.git Fix project URL in PKGBUILD Co-Authored-By: Claude Opus 4.6 --- diff --git a/PKGBUILD b/PKGBUILD index 685a02d..f306925 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgver=0.1.0 pkgrel=1 pkgdesc='Forward Profanity XMPP notifications to desktop via ntfy' arch=('any') -url='https://github.com/thorsten/profanity-remote-notifications' +url='https://git.aero2k.de/?p=profanity-remote-notifications.git' license=('MIT') depends=('curl' 'jq' 'libnotify') optdepends=('profanity: for the server-side plugin')