summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerin Stock2020-06-12 20:51:45 -0700
committerTerin Stock2020-06-12 20:51:45 -0700
commit5087bd81442c3146b421b01a8d22e8e5d49a4ce0 (patch)
tree326e13cf78e8f014987a6a21a89e5112f558ea52
parenta838f3e0c5c7a841844a2a15b2f8bd7e748b4329 (diff)
downloadaur-5087bd81442c3146b421b01a8d22e8e5d49a4ce0.tar.gz
chore: update website link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b825d80bf847..c7bc342d1042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = stgit
pkgdesc = Pushing/popping patches to/from a stack on top of Git, similar to Quilt
pkgver = 0.23
pkgrel = 1
- url = http://www.procode.org/stgit/
+ url = https://stacked-git.github.io/
arch = any
license = GPL2
makedepends = xmlto
diff --git a/PKGBUILD b/PKGBUILD
index 249675021cdc..de8b0366d20f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=stgit
pkgver=0.23
pkgrel=1
pkgdesc="Pushing/popping patches to/from a stack on top of Git, similar to Quilt"
-url="http://www.procode.org/stgit/"
+url="https://stacked-git.github.io/"
arch=('any')
license=('GPL2')
depends=('python' 'git')