]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
README: move mailing list information to top
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 13 Dec 2014 13:55:05 +0000 (11:55 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 13 Dec 2014 13:55:05 +0000 (11:55 -0200)
It seems people are missing the information about the mailing list, so
let's move it to the top in hope it's more visible.

README

diff --git a/README b/README
index 920cac3ba9a1f0569db252bafebb9bc8d758df79..c28ff538da16fbee6b4f51ad68cda321d6521528 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,30 @@
 kmod - Linux kernel module handling
 
+Information
+===========
+
+Mailing list:
+       linux-modules@vger.kernel.org (no subscription needed)
+
+Signed packages:
+       http://www.kernel.org/pub/linux/utils/kernel/kmod/
+
+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
+
+License:
+       LGPLv2.1+ for libkmod, testsuite and helper libraries
+       GPLv2+ for tools/*
+
+
 OVERVIEW
 ========
 
@@ -40,30 +65,6 @@ flags, you just need to run 'bootstrap-configure'.
 Make sure to read the CODING-STYLE file and the other READMEs: libkmod/README
 and testsuite/README.
 
-Information
-===========
-
-Signed packages:
-       http://www.kernel.org/pub/linux/utils/kernel/kmod/
-
-Mailing list:
-       linux-modules@vger.kernel.org (no subscription needed)
-
-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
-
-License:
-       LGPLv2.1+ for libkmod, testsuite and helper libraries
-       GPLv2+ for tools/*
-
 Compatibility with module-init-tools
 ====================================