From ab3a22696de584412305a083f952e96a2b7923e3 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Thu, 12 Feb 2026 21:44:47 +0100 Subject: [PATCH] Fix project URL in PKGBUILD Co-Authored-By: Claude Opus 4.6 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.47.3