Skip to content

Commit ec281ca

Browse files
committedMar 23, 2017
Merge #24236: remove bbenoist from maintainers
(cherry picked from commit e0bf35f)
1 parent 0f99379 commit ec281ca

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed
 

Diff for: ‎.mention-bot

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"userBlacklist": [
33
"civodul",
44
"jhasse",
5-
"shlevy"
5+
"shlevy",
6+
"bbenoist"
67
],
78
"alwaysNotifyForPaths": [
89
{ "name": "FRidh", "files": ["pkgs/top-level/python-packages.nix", "pkgs/development/interpreters/python/*", "pkgs/development/python-modules/*" ] },

Diff for: ‎lib/maintainers.nix

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
badi = "Badi' Abdul-Wahid <abdulwahidc@gmail.com>";
6060
balajisivaraman = "Balaji Sivaraman<sivaraman.balaji@gmail.com>";
6161
Baughn = "Svein Ove Aas <sveina@gmail.com>";
62-
bbenoist = "Baptist BENOIST <return_0@live.com>";
6362
bcarrell = "Brandon Carrell <brandoncarrell@gmail.com>";
6463
bcdarwin = "Ben Darwin <bcdarwin@gmail.com>";
6564
bdimcheff = "Brandon Dimcheff <brandon@dimcheff.com>";

Diff for: ‎pkgs/applications/editors/geany/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
4949
'';
5050
homepage = "http://www.geany.org/";
5151
license = "GPL";
52-
maintainers = [ stdenv.lib.maintainers.bbenoist ];
52+
maintainers = [];
5353
platforms = stdenv.lib.platforms.all;
5454
};
5555
}

Diff for: ‎pkgs/applications/misc/gmrun/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
3333
'';
3434
homepage = "http://sourceforge.net/projects/gmrun/";
3535
license = "GPL";
36-
maintainers = [ stdenv.lib.maintainers.bbenoist ];
36+
maintainers = [];
3737
platforms = stdenv.lib.platforms.all;
3838
};
3939
}

Diff for: ‎pkgs/applications/misc/xfe/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
2525
'';
2626
homepage = "http://sourceforge.net/projects/xfe/";
2727
license = stdenv.lib.licenses.gpl2;
28-
maintainers = [ stdenv.lib.maintainers.bbenoist ];
28+
maintainers = [];
2929
platforms = stdenv.lib.platforms.linux;
3030
};
3131
}

Diff for: ‎pkgs/development/libraries/fox/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
3232
'';
3333
homepage = "http://fox-toolkit.org";
3434
license = stdenv.lib.licenses.lgpl3;
35-
maintainers = [ stdenv.lib.maintainers.bbenoist ];
35+
maintainers = [];
3636
platforms = stdenv.lib.platforms.all;
3737
};
3838
}

Diff for: ‎pkgs/development/libraries/fox/fox-1.6.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
3333
'';
3434
homepage = "http://fox-toolkit.org";
3535
license = stdenv.lib.licenses.lgpl3;
36-
maintainers = [ stdenv.lib.maintainers.bbenoist ];
36+
maintainers = [];
3737
platforms = stdenv.lib.platforms.mesaPlatforms;
3838
};
3939
}

Diff for: ‎pkgs/development/libraries/qt-5/5.5/qtbase/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ stdenv.mkDerivation {
280280
homepage = http://www.qt.io;
281281
description = "A cross-platform application framework for C++";
282282
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
283-
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
283+
maintainers = with maintainers; [ qknight ttuegel ];
284284
platforms = platforms.linux;
285285
};
286286

Diff for: ‎pkgs/development/libraries/qt-5/5.6/qtbase/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ stdenv.mkDerivation {
294294
homepage = http://www.qt.io;
295295
description = "A cross-platform application framework for C++";
296296
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
297-
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
297+
maintainers = with maintainers; [ qknight ttuegel ];
298298
platforms = platforms.unix;
299299
};
300300
}

Diff for: ‎pkgs/development/libraries/qt-5/5.7/qtbase/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ stdenv.mkDerivation {
239239
homepage = http://www.qt.io;
240240
description = "A cross-platform application framework for C++";
241241
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
242-
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
242+
maintainers = with maintainers; [ qknight ttuegel ];
243243
platforms = platforms.linux;
244244
};
245245

Diff for: ‎pkgs/development/libraries/vtk/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
5757
description = "Open source libraries for 3D computer graphics, image processing and visualization";
5858
homepage = http://www.vtk.org/;
5959
license = stdenv.lib.licenses.bsd3;
60-
maintainers = with stdenv.lib.maintainers; [ viric bbenoist ];
60+
maintainers = with stdenv.lib.maintainers; [ viric ];
6161
platforms = with stdenv.lib.platforms; unix;
6262
};
6363
}

Diff for: ‎pkgs/development/qtcreator/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
6060
'';
6161
homepage = "https://wiki.qt.io/Category:Tools::QtCreator";
6262
license = "LGPL";
63-
maintainers = [ maintainers.akaWolf maintainers.bbenoist ];
63+
maintainers = [ maintainers.akaWolf ];
6464
platforms = platforms.all;
6565
};
6666
}

Diff for: ‎pkgs/tools/text/numdiff/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
1717
'';
1818
homepage = http://www.nongnu.org/numdiff/;
1919
license = stdenv.lib.licenses.gpl3Plus;
20-
maintainers = [ stdenv.lib.maintainers.bbenoist ];
20+
maintainers = with stdenv.lib.maintainers; [ ndowens ];
2121
platforms = stdenv.lib.platforms.gnu;
2222
};
2323
}

0 commit comments

Comments
 (0)
Please sign in to comment.