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 fdd411dde925..d87630e1cc66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ksmtuned-git
pkgdesc = While the ksm service is only able to start and stop the KSM kernel thread, ksmtuned controls and tunes KSM according to the used memory of running qemu KVM instances.
pkgver = 15.fef066f
pkgrel = 1
- url = https://git.centos.org/summary/rpms!qemu-kvm
+ url = https://github.com/ksmtuned/ksmtuned
arch = any
license = GPLv2
provides = ksmtuned
diff --git a/PKGBUILD b/PKGBUILD
index bc647e59a6bf..42d7a225b8a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='While the ksm service is only able to start and stop the KSM kernel thread, ksmtuned controls and tunes KSM according to the used memory of running qemu KVM instances.'
arch=('any')
license=('GPLv2')
-url='https://git.centos.org/summary/rpms!qemu-kvm'
+url='https://github.com/ksmtuned/ksmtuned'
provides=('ksmtuned')
conflict=('ksmtuned')
source=('git://github.com/Anthony25/ksmtuned.git#branch=archlinux')