Move repository to kernel.org
diff --git a/Makefile.am b/Makefile.am
index 141c102..6d0cbe4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,4 +221,4 @@
 tar: kmod-$(VERSION).tar.xz kmod-$(VERSION).tar.sign
 
 tar-sync: kmod-$(VERSION).tar.xz kmod-$(VERSION).tar.sign
-	scp $^ packages.profusion.mobi:/var/www/packages/kmod/
+	kup put kmod-$(VERSION).tar.xz  kmod-$(VERSION).tar.sign /pub/linux/utils/kernel/kmod/
diff --git a/README b/README
index 0709b55..2ce8a2b 100644
--- a/README
+++ b/README
@@ -43,10 +43,18 @@
 ===========
 
 Signed packages:
-	http://packages.profusion.mobi/kmod/
+	http://www.kernel.org/pub/linux/utils/kernel/kmod/
 
 Mailing list:
 	linux-modules@vger.kernel.org
 
-Repository:
-	git://git.profusion.mobi/
+Git:
+	git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+	http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+	https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+
+Gitweb:
+	http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
+
+Irc:
+	#kmod on irc.freenode.org
diff --git a/configure.ac b/configure.ac
index ce823d3..af70820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 	[5],
 	[linux-modules@vger.kernel.org],
 	[kmod],
-	[http://git.profusion.mobi/cgit.cgi/kmod.git/])
+	[http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])
 
 AC_CONFIG_SRCDIR([libkmod/libkmod.c])
 AC_CONFIG_AUX_DIR([build-aux])