summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c2e423142c..cf8f6851fea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = btrfs-snapshots-git
pkgdesc = Manage timestamped collections of btrfs snapshots
pkgver = 0.6.1.r11.84d8bb0
pkgrel = 2
- url = https://github.com/jmcantrell/btrfs-snapshots
+ url = https://git.sr.ht/~jmcantrell/btrfs-snapshots
arch = any
license = GPL3
checkdepends = parallel
@@ -11,7 +11,7 @@ pkgbase = btrfs-snapshots-git
depends = btrfs-progs
provides = btrfs-snapshots
conflicts = btrfs-snapshots
- source = git+https://github.com/jmcantrell/btrfs-snapshots.git
+ source = git+https://git.sr.ht/~jmcantrell/btrfs-snapshots
md5sums = SKIP
pkgname = btrfs-snapshots-git
diff --git a/PKGBUILD b/PKGBUILD
index 40d17af16a26..0bf589d787c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.6.1.r11.84d8bb0
pkgrel=2
pkgdesc="Manage timestamped collections of btrfs snapshots"
arch=('any')
-url="https://github.com/jmcantrell/${pkgname%-git}"
+url="https://git.sr.ht/~jmcantrell/${pkgname%-git}"
license=('GPL3')
depends=('btrfs-progs')
makedepends=('git')