diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-03-17 22:39:23 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-03-17 22:39:23 +0100 |
| commit | a72ecfc0eae9936e654ae54821b589d9e9f17db4 (patch) | |
| tree | 3886af73965a35e7df4291ec4dd075d330abebc4 | |
| parent | 68877b1defa40497af888b1c02f27ebb22de7107 (diff) | |
| download | hydra-recipes-a72ecfc0eae9936e654ae54821b589d9e9f17db4.tar.gz | |
hurd/mach/libc: Send notifications to commit-hurd@gnu.org.
| -rw-r--r-- | glibc/release.nix | 2 | ||||
| -rw-r--r-- | gnumach/release.nix | 2 | ||||
| -rw-r--r-- | hurd/release.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/glibc/release.nix b/glibc/release.nix index 962c723..a05b1de 100644 --- a/glibc/release.nix +++ b/glibc/release.nix @@ -36,7 +36,7 @@ let # Those who will receive email notifications. maintainers = [ "ludo@gnu.org" ] ++ (if glibcHurd != false - then [ "Thomas Schwinge <thomas@schwinge.name>" ] + then [ "Hurd <commit-hurd@gnu.org>" ] else []); }; diff --git a/gnumach/release.nix b/gnumach/release.nix index d1f28a0..e0cad06 100644 --- a/gnumach/release.nix +++ b/gnumach/release.nix @@ -36,7 +36,7 @@ let # Those who will receive email notifications. maintainers = - [ "Thomas Schwinge <thomas@schwinge.name>" + [ "Hurd <commit-hurd@gnu.org>" "Ludovic Courtès <ludo@gnu.org>" ]; }; diff --git a/hurd/release.nix b/hurd/release.nix index 2f86dfd..943ac07 100644 --- a/hurd/release.nix +++ b/hurd/release.nix @@ -44,7 +44,7 @@ let homepage = http://www.gnu.org/software/hurd/; maintainers = - [ "Thomas Schwinge <thomas@schwinge.name>" + [ "Hurd <commit-hurd@gnu.org>" pkgs.stdenv.lib.maintainers.ludo ]; }; |
