After some investigating, I found that several people who made commits are not mentioned at all (neither in THANKS, nor in AUTHORS)!
People I added to AUTHORS: - Arne Babenhauserheide: he added 'mercurial' package. - Ian Denhardt: he added 'feh' package, 'version-prefix' and 'version-major+minor' procedures, and some other things. - Kevin Lemonnier: he added 'zsh' and 'weechat' packages and a patch for 'lua'. - Mathieu Lirzin: he added 'markdown', 'xbindkeys' and 'dionysus' packages, and moved HACKING to the manual! - Pierre-Antoine Rault: he added 'python-dbus' package. - Ben Woodcroft: he added several bioinformatics packages. People I added to THANKS (or should they be moved to AUTHORS?): - Konrad Hinsen: he added some documentation. - Cyprien Nicolas: he added 'guild' check to "configure.ac" and fixed a couple of typos. - Yakkala Yagnesh Raghava: he fixed a typo in Nixpkgs URL. - Alexander Shendi: he added 'libx11' input to 'mit-scheme' package. I hope I didn't miss anyone. The modified patch is attached.
>From d9b060b6b691b43eb07e107107955764e632cb78 Mon Sep 17 00:00:00 2001 From: Alex Kost <[email protected]> Date: Sat, 27 Jun 2015 20:42:32 +0300 Subject: [PATCH] Clean up 'THANKS' and 'AUTHORS'. * AUTHORS: Add Arne Babenhauserheide, Ian Denhardt, Alex Kost, Kevin Lemonnier, Mathieu Lirzin, Pierre-Antoine Rault and Ben Woodcroft. Align Paul van der Walt name properly. * THANKS: Add Konrad Hinsen, Cyprien Nicolas, Yakkala Yagnesh Raghava and Alexander Shendi. Remove Federico Beffa, Marek Benc, John Darrington, Alex Kost, rekado, Cyrill Schenkel and Andy Wingo because they are placed in AUTHORS. Align Kete name properly. --- AUTHORS | 9 ++++++++- THANKS | 13 +++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6eadb7f..67b81fa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,6 +8,7 @@ contributing to it. See `nix/AUTHORS' for details. The fine people listed below have contributed code to GNU Guix (in alphabetical order): + Arne Babenhauserheide <[email protected]> Eric Bavier <[email protected]> Taylan Ulrich Bayirli/Kammer <[email protected]> Federico Beffa <[email protected]> @@ -16,6 +17,7 @@ alphabetical order): Tomáš Čech <[email protected]> Ludovic Courtès <[email protected]> John Darrington <[email protected]> + Ian Denhardt <[email protected]> Andreas Enge <[email protected]> Alírio Eyng <[email protected]> Alexander I. Grafov <[email protected]> @@ -23,10 +25,14 @@ alphabetical order): Raimon Grau <[email protected]> David Hashe <[email protected]> Nikita Karetnikov <[email protected]> + Alex Kost <[email protected]> + Kevin Lemonnier <[email protected]> Julien Lepiller <[email protected]> + Mathieu Lirzin <[email protected]> Aljosha Papsch <[email protected]> Deck Pickard <[email protected]> Manolis Ragkousis <[email protected]> + Pierre-Antoine Rault <[email protected]> Cyril Roelandt <[email protected]> Alex Sassmannshausen <[email protected]> Cyrill Schenkel <[email protected]> @@ -34,8 +40,9 @@ alphabetical order): Sree Harsha Totakura <[email protected]> David Thompson <[email protected]> Claes Wallin (韋嘉誠) <[email protected]> - Paul van der Walt <[email protected]> + Paul van der Walt <[email protected]> Mark H. Weaver <[email protected]> Christopher A. Webber <[email protected]> Andy Wingo <[email protected]> + Ben Woodcroft <[email protected]> Ricardo Wurmus <[email protected]> diff --git a/THANKS b/THANKS index 8093d8c..dcb3a39 100644 --- a/THANKS +++ b/THANKS @@ -7,8 +7,6 @@ suggestions, bug reports, patches, internationalization, or general infrastructure help: Lluís Batlle i Rossell <[email protected]> - Federico Beffa <[email protected]> - Marek Benc <[email protected]> Sylvain Beucler <[email protected]> Amirouche Boubekki <[email protected]> Carlos Carleos <[email protected]> @@ -16,29 +14,28 @@ infrastructure help: Daniel Clark <[email protected]> Alexandru Cojocaru <[email protected]> Aleix Conchillo Flaqué <[email protected]> - John Darrington <[email protected]> Rafael Ferreira <[email protected]> Christian Grothoff <[email protected]> + Konrad Hinsen <[email protected]> Brandon Invergo <[email protected]> Jeffrin Jose <[email protected]> - Kete <[email protected]> + Kete <[email protected]> Daniel Kochmański <[email protected]> - Alex Kost <[email protected]> Matthew Lien <[email protected]> Niels Möller <[email protected]> + Cyprien Nicolas <[email protected]> Yutaka Niibe <[email protected]> Andrei Osipov <[email protected]> Adam Pribyl <[email protected]> Pjotr Prins <[email protected]> - rekado <[email protected]> + Yakkala Yagnesh Raghava <[email protected]> Joshua Randall <[email protected]> Bruno Félix Rezende Ribeiro <[email protected]> - Cyrill Schenkel <[email protected]> Benno Schulenberg <[email protected]> Thomas Schwinge <[email protected]> + Alexander Shendi <[email protected]> Alen Skondro <[email protected]> Matthias Wachs <[email protected]> - Andy Wingo <[email protected]> Philip Woods <[email protected]> GNU Guix also includes non-software works. Thanks to the following -- 2.4.3
