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 b0c0941d357a..d14a386c3e15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = bios_extract-git
license = GPL2
makedepends = git
depends = glibc
- source = git+https://review.coreboot.org/cgit/bios_extract.git
+ source = git+https://github.com/coreboot/bios_extract
sha1sums = SKIP
pkgname = bios_extract-git
diff --git a/PKGBUILD b/PKGBUILD
index 09d6144dd271..806f40dac56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='http://www.coreboot.org/Bios_extract'
license=(GPL2)
depends=(glibc)
makedepends=(git)
-source=(git+https://review.coreboot.org/cgit/bios_extract.git)
+source=(git+https://github.com/coreboot/bios_extract)
sha1sums=('SKIP')
pkgver() {