Remove bbenoist from maintainers

Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...
This commit is contained in:
Baptist BENOIST 2017-03-23 03:02:09 +01:00
parent 6a1e5cc2fa
commit 7d72b9b74e
14 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,8 @@
"userBlacklist": [
"civodul",
"jhasse",
"shlevy"
"shlevy",
"bbenoist"
],
"alwaysNotifyForPaths": [
{ "name": "FRidh", "files": ["pkgs/top-level/python-packages.nix", "pkgs/development/interpreters/python/*", "pkgs/development/python-modules/*" ] },

View File

@ -60,7 +60,6 @@
badi = "Badi' Abdul-Wahid <abdulwahidc@gmail.com>";
balajisivaraman = "Balaji Sivaraman<sivaraman.balaji@gmail.com>";
Baughn = "Svein Ove Aas <sveina@gmail.com>";
bbenoist = "Baptist BENOIST <return_0@live.com>";
bcarrell = "Brandon Carrell <brandoncarrell@gmail.com>";
bcdarwin = "Ben Darwin <bcdarwin@gmail.com>";
bdimcheff = "Brandon Dimcheff <brandon@dimcheff.com>";

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.geany.org/;
license = "GPL";
maintainers = [ maintainers.bbenoist ];
maintainers = [];
platforms = platforms.all;
};
}

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://sourceforge.net/projects/gmrun/";
license = "GPL";
maintainers = [ stdenv.lib.maintainers.bbenoist ];
maintainers = [];
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://sourceforge.net/projects/xfe/";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.bbenoist ];
maintainers = [];
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://fox-toolkit.org";
license = stdenv.lib.licenses.lgpl3;
maintainers = [ stdenv.lib.maintainers.bbenoist ];
maintainers = [];
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://fox-toolkit.org";
license = stdenv.lib.licenses.lgpl3;
maintainers = [ stdenv.lib.maintainers.bbenoist ];
maintainers = [];
platforms = stdenv.lib.platforms.mesaPlatforms;
};
}

View File

@ -286,7 +286,7 @@ stdenv.mkDerivation {
homepage = http://www.qt.io;
description = "A cross-platform application framework for C++";
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
maintainers = with maintainers; [ qknight ttuegel ];
platforms = platforms.linux;
};

View File

@ -307,7 +307,7 @@ stdenv.mkDerivation {
homepage = http://www.qt.io;
description = "A cross-platform application framework for C++";
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
maintainers = with maintainers; [ qknight ttuegel ];
platforms = platforms.unix;
};
}

View File

@ -306,7 +306,7 @@ stdenv.mkDerivation {
homepage = http://www.qt.io;
description = "A cross-platform application framework for C++";
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
maintainers = with maintainers; [ qknight ttuegel ];
platforms = platforms.unix;
};

View File

@ -265,7 +265,7 @@ stdenv.mkDerivation {
homepage = http://www.qt.io;
description = "A cross-platform application framework for C++";
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
maintainers = with maintainers; [ qknight ttuegel ];
platforms = platforms.linux;
};

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "Open source libraries for 3D computer graphics, image processing and visualization";
homepage = http://www.vtk.org/;
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ viric bbenoist ];
maintainers = with stdenv.lib.maintainers; [ viric ];
platforms = with stdenv.lib.platforms; unix;
};
}

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://wiki.qt.io/Category:Tools::QtCreator";
license = "LGPL";
maintainers = [ maintainers.akaWolf maintainers.bbenoist ];
maintainers = [ maintainers.akaWolf ];
platforms = platforms.all;
};
}

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.nongnu.org/numdiff/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ bbenoist ndowens ];
maintainers = with maintainers; [ ndowens ];
platforms = platforms.gnu;
};
}