···168 } // meta // {
169 # add an extra maintainer to every package
170 maintainers = (meta.maintainers or []) ++
171- [ lib.maintainers.emery lib.maintainers.lethalman ];
172 };
173})
···168 } // meta // {
169 # add an extra maintainer to every package
170 maintainers = (meta.maintainers or []) ++
171+ [ lib.maintainers.ehmry lib.maintainers.lethalman ];
172 };
173})
+1-1
pkgs/development/libraries/assimp/default.nix
···20 description = "A library to import various 3D model formats";
21 homepage = http://assimp.sourceforge.net/;
22 license = licenses.bsd3;
23- maintainers = with maintainers; [ emery ];
24 platfroms = platforms.linux;
25 inherit version;
26 };
···20 description = "A library to import various 3D model formats";
21 homepage = http://assimp.sourceforge.net/;
22 license = licenses.bsd3;
23+ maintainers = with maintainers; [ ehmry ];
24 platfroms = platforms.linux;
25 inherit version;
26 };
···30 meta = with stdenv.lib;
31 { description = "Lightweight sandboxing mechanism that any user can use without special privileges";
32 homepage = http://pdos.csail.mit.edu/mbox/;
33- maintainers = with maintainers; [ emery ];
34 license = licenses.bsd3;
35 platforms = [ "x86_64-linux" ];
36 };
···30 meta = with stdenv.lib;
31 { description = "Lightweight sandboxing mechanism that any user can use without special privileges";
32 homepage = http://pdos.csail.mit.edu/mbox/;
33+ maintainers = with maintainers; [ ehmry ];
34 license = licenses.bsd3;
35 platforms = [ "x86_64-linux" ];
36 };
+1-1
pkgs/tools/text/mawk/default.nix
···12 { description = "Interpreter for the AWK Programming Language";
13 homepage = http://invisible-island.net/mawk/mawk.html;
14 license = licenses.gpl2;
15- maintainers = with maintainers; [ emery ];
16 };
17}
···12 { description = "Interpreter for the AWK Programming Language";
13 homepage = http://invisible-island.net/mawk/mawk.html;
14 license = licenses.gpl2;
15+ maintainers = with maintainers; [ ehmry ];
16 };
17}