diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 23:30:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 23:30:03 +0100 |
commit | 4c7ac9aa7f5a39df7000ccf80ec1bec5af14f64e (patch) | |
tree | 4c8fc9b9cb80dc32a17144173dc4be92fa8d57ca /doc | |
parent | c29b69be2d4633b9f8ff88b53247132337d3df47 (diff) | |
download | patches-4c7ac9aa7f5a39df7000ccf80ec1bec5af14f64e.tar patches-4c7ac9aa7f5a39df7000ccf80ec1bec5af14f64e.tar.gz |
doc: Improve acknowledgments.
* doc/guix.texi (Acknowledgments): Expound a bit.
* THANKS: Mention artwork; thank Felipe & Nikita.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3a5e4be837..2a33cb50a2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4923,7 +4923,8 @@ details about contributions. @chapter Acknowledgments Guix is based on the Nix package manager, which was designed and -implemented by Eelco Dolstra. Nix pioneered functional package +implemented by Eelco Dolstra, with contributions from other people (see +the @file{nix/AUTHORS} file in Guix.) Nix pioneered functional package management, and promoted unprecedented features, such as transactional package upgrades and rollbacks, per-user profiles, and referentially transparent build processes. Without this work, Guix would not exist. @@ -4931,6 +4932,13 @@ transparent build processes. Without this work, Guix would not exist. The Nix-based software distributions, Nixpkgs and NixOS, have also been an inspiration for Guix. +GNU@tie{}Guix itself is a collective work with contributions from a +number of people. See the @file{AUTHORS} file in Guix for more +information on these fine people. The @file{THANKS} file lists people +who have helped by reporting bugs, taking care of the infrastructure, +providing artwork and themes, making suggestions, and more---thank you! + + @c ********************************************************************* @node GNU Free Documentation License @appendix GNU Free Documentation License |