lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove bbenoist from maintainers

Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...

+14 -14
+2 -1
.mention-bot
··· 2 2 "userBlacklist": [ 3 3 "civodul", 4 4 "jhasse", 5 - "shlevy" 5 + "shlevy", 6 + "bbenoist" 6 7 ], 7 8 "alwaysNotifyForPaths": [ 8 9 { "name": "FRidh", "files": ["pkgs/top-level/python-packages.nix", "pkgs/development/interpreters/python/*", "pkgs/development/python-modules/*" ] },
-1
lib/maintainers.nix
··· 60 60 badi = "Badi' Abdul-Wahid <abdulwahidc@gmail.com>"; 61 61 balajisivaraman = "Balaji Sivaraman<sivaraman.balaji@gmail.com>"; 62 62 Baughn = "Svein Ove Aas <sveina@gmail.com>"; 63 - bbenoist = "Baptist BENOIST <return_0@live.com>"; 64 63 bcarrell = "Brandon Carrell <brandoncarrell@gmail.com>"; 65 64 bcdarwin = "Ben Darwin <bcdarwin@gmail.com>"; 66 65 bdimcheff = "Brandon Dimcheff <brandon@dimcheff.com>";
+1 -1
pkgs/applications/editors/geany/default.nix
··· 52 52 ''; 53 53 homepage = http://www.geany.org/; 54 54 license = "GPL"; 55 - maintainers = [ maintainers.bbenoist ]; 55 + maintainers = []; 56 56 platforms = platforms.all; 57 57 }; 58 58 }
+1 -1
pkgs/applications/misc/gmrun/default.nix
··· 33 33 ''; 34 34 homepage = "http://sourceforge.net/projects/gmrun/"; 35 35 license = "GPL"; 36 - maintainers = [ stdenv.lib.maintainers.bbenoist ]; 36 + maintainers = []; 37 37 platforms = stdenv.lib.platforms.all; 38 38 }; 39 39 }
+1 -1
pkgs/applications/misc/xfe/default.nix
··· 25 25 ''; 26 26 homepage = "http://sourceforge.net/projects/xfe/"; 27 27 license = stdenv.lib.licenses.gpl2; 28 - maintainers = [ stdenv.lib.maintainers.bbenoist ]; 28 + maintainers = []; 29 29 platforms = stdenv.lib.platforms.linux; 30 30 }; 31 31 }
+1 -1
pkgs/development/libraries/fox/default.nix
··· 32 32 ''; 33 33 homepage = "http://fox-toolkit.org"; 34 34 license = stdenv.lib.licenses.lgpl3; 35 - maintainers = [ stdenv.lib.maintainers.bbenoist ]; 35 + maintainers = []; 36 36 platforms = stdenv.lib.platforms.all; 37 37 }; 38 38 }
+1 -1
pkgs/development/libraries/fox/fox-1.6.nix
··· 33 33 ''; 34 34 homepage = "http://fox-toolkit.org"; 35 35 license = stdenv.lib.licenses.lgpl3; 36 - maintainers = [ stdenv.lib.maintainers.bbenoist ]; 36 + maintainers = []; 37 37 platforms = stdenv.lib.platforms.mesaPlatforms; 38 38 }; 39 39 }
+1 -1
pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
··· 286 286 homepage = http://www.qt.io; 287 287 description = "A cross-platform application framework for C++"; 288 288 license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ]; 289 - maintainers = with maintainers; [ bbenoist qknight ttuegel ]; 289 + maintainers = with maintainers; [ qknight ttuegel ]; 290 290 platforms = platforms.linux; 291 291 }; 292 292
+1 -1
pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
··· 307 307 homepage = http://www.qt.io; 308 308 description = "A cross-platform application framework for C++"; 309 309 license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ]; 310 - maintainers = with maintainers; [ bbenoist qknight ttuegel ]; 310 + maintainers = with maintainers; [ qknight ttuegel ]; 311 311 platforms = platforms.unix; 312 312 }; 313 313 }
+1 -1
pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
··· 306 306 homepage = http://www.qt.io; 307 307 description = "A cross-platform application framework for C++"; 308 308 license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ]; 309 - maintainers = with maintainers; [ bbenoist qknight ttuegel ]; 309 + maintainers = with maintainers; [ qknight ttuegel ]; 310 310 platforms = platforms.unix; 311 311 }; 312 312
+1 -1
pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
··· 265 265 homepage = http://www.qt.io; 266 266 description = "A cross-platform application framework for C++"; 267 267 license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ]; 268 - maintainers = with maintainers; [ bbenoist qknight ttuegel ]; 268 + maintainers = with maintainers; [ qknight ttuegel ]; 269 269 platforms = platforms.linux; 270 270 }; 271 271
+1 -1
pkgs/development/libraries/vtk/default.nix
··· 57 57 description = "Open source libraries for 3D computer graphics, image processing and visualization"; 58 58 homepage = http://www.vtk.org/; 59 59 license = stdenv.lib.licenses.bsd3; 60 - maintainers = with stdenv.lib.maintainers; [ viric bbenoist ]; 60 + maintainers = with stdenv.lib.maintainers; [ viric ]; 61 61 platforms = with stdenv.lib.platforms; unix; 62 62 }; 63 63 }
+1 -1
pkgs/development/qtcreator/default.nix
··· 60 60 ''; 61 61 homepage = "https://wiki.qt.io/Category:Tools::QtCreator"; 62 62 license = "LGPL"; 63 - maintainers = [ maintainers.akaWolf maintainers.bbenoist ]; 63 + maintainers = [ maintainers.akaWolf ]; 64 64 platforms = platforms.all; 65 65 }; 66 66 }
+1 -1
pkgs/tools/text/numdiff/default.nix
··· 17 17 ''; 18 18 homepage = http://www.nongnu.org/numdiff/; 19 19 license = licenses.gpl3Plus; 20 - maintainers = with maintainers; [ bbenoist ndowens ]; 20 + maintainers = with maintainers; [ ndowens ]; 21 21 platforms = platforms.gnu; 22 22 }; 23 23 }