summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee17d60b509..aa15e1ed432a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libgnuisance
pkgdesc = GTK New User Interfaces
pkgver = 0.1.0
pkgrel = 1
- url = https://github.com/madmurphy/libgnuisance
+ url = https://madmurphy.github.io/libgnuisance
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8affb002cf2d..9702c69acfd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver='0.1.0'
pkgrel=1
pkgdesc='GTK New User Interfaces'
arch=('i686' 'x86_64')
-url='https://github.com/madmurphy/libgnuisance'
+url="https://madmurphy.github.io/${pkgname}"
license=('GPL')
depends=('glib2' 'libadwaita' 'gtk4')
makedepends=('gtk-doc')