blob: 24dbcd1aa3774a760657cb7dbad6fa5bd58eace8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool. In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)
Nix was initially written by Eelco Dolstra; other people have been
contributing to it. See `nix/AUTHORS' for details.
The fine people listed below have contributed code to GNU Guix (in
alphabetical order):
Arne Babenhauserheide <arne.babenhauserheide@kit.edu>
Eric Bavier <bavier@member.fsf.org>
Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Federico Beffa <beffa@fbengineering.ch>
Marek Benc <merkur32@gmail.com>
Amirouche Boubekki <amirouche@hypermove.net>
Sou Bunnbu (宋文武) <iyzsong@gmail.com>
Tomáš Čech <sleep_walker@gnu.org>
Ludovic Courtès <ludo@gnu.org>
John Darrington <jmd@gnu.org>
Ian Denhardt <ian@zenhack.net>
Andreas Enge <andreas@enge.fr>
Alírio Eyng <alirioeyng@gmail.com>
Alexander I. Grafov <grafov@gmail.com>
Joshua Grant <tadni@riseup.net>
Raimon Grau <raimonster@gmail.com>
David Hashe <david.hashe@dhashe.com>
Nikita Karetnikov <nikita@karetnikov.org>
Alex Kost <alezost@gmail.com>
Kevin Lemonnier <lemonnierk@ulrar.net>
Julien Lepiller <julien@lepiller.eu>
Mathieu Lirzin <mthl@openmailbox.org>
Aljosha Papsch <misc@rpapsch.de>
Deck Pickard <deck.r.pickard@gmail.com>
Manolis Ragkousis <manolis837@gmail.com>
Pierre-Antoine Rault <par@rigelk.eu>
Cyril Roelandt <tipecaml@gmail.com>
Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
Cyrill Schenkel <cyrill.schenkel@gmail.com>
Jason Self <j@jxself.org>
Sree Harsha Totakura <sreeharsha@totakura.in>
David Thompson <davet@gnu.org>
Claes Wallin (韋嘉誠) <claes.wallin@greatsinodevelopment.com>
Paul van der Walt <paul@denknerd.org>
Mark H Weaver <mhw@netris.org>
Christopher A. Webber <cwebber@dustycloud.org>
Andy Wingo <wingo@pobox.com>
Ben Woodcroft <b.woodcroft@uq.edu.au>
Ricardo Wurmus <rekado@elephly.net>
|