diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-02-19 15:04:05 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-02-19 15:04:05 +0100 |
| commit | 537ace19034d751830d021b0647235b736fdd1d3 (patch) | |
| tree | f923de7da5836709f72ec735785d8c633fefa9e2 | |
| parent | 450f29281d2506362272bad924b0a7da7938bbbf (diff) | |
| download | hydra-recipes-537ace19034d751830d021b0647235b736fdd1d3.tar.gz | |
bison: Add Akim Demaille to `meta.maintainers'.
| -rw-r--r-- | bison/release.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bison/release.nix b/bison/release.nix index f37e811..d621426 100644 --- a/bison/release.nix +++ b/bison/release.nix @@ -1,5 +1,5 @@ /* Continuous integration of GNU with Hydra/Nix. - Copyright (C) 2010-2011 Ludovic Courtès <ludo@gnu.org> + Copyright (C) 2010-2012 Ludovic Courtès <ludo@gnu.org> Copyright (C) 2010-2011 Rob Vermaas <rob.vermaas@gmail.com> This program is free software: you can redistribute it and/or modify @@ -43,6 +43,7 @@ let # Those who will receive email notifications. maintainers = [ + "Akim Demaille <akim@lrde.epita.fr>" "Rob Vermaas <rob.vermaas@gmail.com>" ]; }; |
