aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: 1e30a74a64f51ec735dcc44ff4dfe5fa4fa13c6f (about) (plain)
1
2
3
4
5
6
7
8
9
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 list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
/import-utils.scm?id=b9bd1bcce995299065252e192c96ae302c9b0e81'>import/utils: beautify-description: Wrap class names in @code{...}....Ricardo Wurmus 2023-04-07packages: Remove 'origin-sha256' procedure....Bruno Victal 2022-12-31tests: import-utils: Ignore extra keyword arguments....Ricardo Wurmus 2022-11-18import/utils: spdx-string->license: Support '+' operator....Philip McGrath 2022-11-18import/utils: spdx-string->license: Match case-insensitively....Philip McGrath 2022-10-05tests: Add new test cases for beautify-description....Ricardo Wurmus 2022-09-29import/utils: alist->package: Include properties....itd 2021-09-01import: utils: Skip not found packages....Sarah Morgensen 2020-12-27import/utils: alist->package: Handle SPDX license names only as fallback....Ricardo Wurmus 2020-12-02import: utils: 'recursive-import' accepts an optional version parameter....Martin Becze