diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-09 23:54:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-09 23:54:37 +0100 |
commit | 4d152bf1d9ff894119e913e6506632348107cf65 (patch) | |
tree | c44f06f725e3a398bd7698dd2b58480d356021b8 /AUTHORS | |
parent | 4ce823c4241ff941ca301c39db23ab91eeaa1ac9 (diff) | |
parent | 3259877d3563ac022633fbd8b73134a10567331e (diff) | |
download | guix-4d152bf1d9ff894119e913e6506632348107cf65.tar guix-4d152bf1d9ff894119e913e6506632348107cf65.tar.gz |
Merge branch 'master' into nix-integration
Conflicts:
guix/store.scm
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1 +1,11 @@ -Ludovic Courtès <ludo@gnu.org> +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. + +GNU Guix was initiated by Ludovic Courtès <ludo@gnu.org>, but it would +not be what it is without the contributions of the following people: + + Nikita Karetnikov <nikita@karetnikov.org> |