aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: fa1835b70765065a1e60a633add5bef177ca0861 (about) (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
GNU Guix is 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):

           Eric Bavier <bavier@member.fsf.org>
  Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>
       Federico Beffa <beffa@fbengineering.ch>
          Marek Benc <merkur32@gmail.com>
            Sou Bunnbu (宋文武) <iyzsong@gmail.com>
          Tomáš Čech <sleep_walker@suse.cz>
        Ludovic Courtès <ludo@gnu.org>
           John Darrington <jmd@gnu.org>
        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>
         Julien Lepiller <julien@lepiller.eu>
        Aljosha Papsch <misc@rpapsch.de>
           Deck Pickard <deck.r.pickard@gmail.com>
        Manolis Ragkousis <manolis837@gmail.com>
          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 <dthompson2@worcester.edu>
           Paul van der Walt <paul@denknerd.org>
        Mark H. Weaver <mhw@netris.org>
           Andy Wingo <wingo@pobox.com>
        Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Mathieu Othacehe 2022-08-17ci: Fix the images specification....Mathieu Othacehe 2022-08-09build-system: Add 'channel-build-system'....Ludovic Courtès 2022-08-05guix system: Remove unused 'read-operating-system' procedure....Ludovic Courtès 2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret 2022-05-22ci: Do not rely on hardcoded cross-targets lists....Mathieu Othacehe 2022-01-01ci: Add extra jobs for tunable packages....Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-06ci: Cross-build the 'guix' package....Ludovic Courtès 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-04ci: Allow manifests to contain any lowerable object....Ludovic Courtès 2021-09-27ci: Adjust 'channel-build-system' to monadic style....Ludovic Courtès 2021-07-10ci: Build commencement packages supported on the target system....Ludovic Courtès 2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe 2021-07-09ci: Add bootstrap packages to the core subset....Mathieu Othacehe 2021-07-05ci: Change "core" subset to include the latest GCC and Guile....Ludovic Courtès 2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs....Ludovic Courtès 2021-05-25ci: Add derivation inputs....Mathieu Othacehe 2021-05-25ci: Add derivation inputs....Mathieu Othacehe 2021-04-28ci: Add custom subset....Mathieu Othacehe 2021-04-28ci: Add arguments->systems procedure....Mathieu Othacehe 2021-04-28ci: Factorize image->job procedure....Mathieu Othacehe 2021-04-18ci: tarball: Use "current-guix" as profile name....Mathieu Othacehe 2021-04-12ci: Fix system-tests subset....Mathieu Othacehe 2021-04-08ci: Introduce new subsets....Mathieu Othacehe 2021-04-08ci: Remove the job period argument....Mathieu Othacehe