summary refs log tree commit diff
path: root/maintainers/maintainer-list.nix
diff options
context:
space:
mode:
authortilpner <till@hoeppner.ws>2019-08-18 21:16:19 +0200
committertilpner <till@hoeppner.ws>2019-08-19 11:58:27 +0200
commit0281599ad26471b328fe98c3f8d202d97a3f9544 (patch)
treedf7dad83120b3001d487a1158c93b339c764a1b1 /maintainers/maintainer-list.nix
parent4835f65e9507bf4ba2defee4d8f1a6077b621960 (diff)
downloadnixpkgs-0281599ad26471b328fe98c3f8d202d97a3f9544.tar
nixpkgs-0281599ad26471b328fe98c3f8d202d97a3f9544.tar.gz
nixpkgs-0281599ad26471b328fe98c3f8d202d97a3f9544.tar.bz2
nixpkgs-0281599ad26471b328fe98c3f8d202d97a3f9544.tar.lz
nixpkgs-0281599ad26471b328fe98c3f8d202d97a3f9544.tar.xz
nixpkgs-0281599ad26471b328fe98c3f8d202d97a3f9544.tar.zst
nixpkgs-0281599ad26471b328fe98c3f8d202d97a3f9544.zip
tree-wide: fix malformed meta.maintainers
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
Diffstat (limited to 'maintainers/maintainer-list.nix')
-rw-r--r--maintainers/maintainer-list.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index ebc58aa8d73..257123d10fd 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -5907,6 +5907,12 @@
     githubId = 231788;
     name = "Stephen Weinberg";
   };
+  sterfield = {
+    email = "sterfield@gmail.com";
+    github = "sterfield";
+    githubId = 5747061;
+    name = "Guillaume Loetscher";
+  };
   sternenseemann = {
     email = "post@lukasepple.de";
     github = "sternenseemann";