lol

maintainers: update emilytrau

+37 -38
+6 -7
maintainers/maintainer-list.nix
··· 759 759 githubId = 11699655; 760 760 name = "Stanislas Lange"; 761 761 }; 762 - angustrau = { 763 - name = "Angus Trau"; 764 - email = "nix@angus.ws"; 765 - matrix = "@angustrau:matrix.org"; 766 - github = "angustrau"; 767 - githubId = 13267947; 768 - }; 769 762 anhdle14 = { 770 763 name = "Le Anh Duc"; 771 764 email = "anhdle14@icloud.com"; ··· 3387 3380 github = "emilazy"; 3388 3381 githubId = 18535642; 3389 3382 name = "Emily"; 3383 + }; 3384 + emilytrau = { 3385 + name = "Emily Trau"; 3386 + email = "nix@angus.ws"; 3387 + github = "emilytrau"; 3388 + githubId = 13267947; 3390 3389 }; 3391 3390 enderger = { 3392 3391 email = "endergeryt@gmail.com";
+1 -1
maintainers/team-list.nix
··· 223 223 224 224 openstack = { 225 225 members = [ 226 - angustrau 226 + emilytrau 227 227 SuperSandro2000 228 228 ]; 229 229 scope = "Maintain the ecosystem around OpenStack";
+1 -1
pkgs/applications/networking/p2p/dht/default.nix
··· 18 18 description = "BitTorrent DHT library"; 19 19 homepage = "https://github.com/transmission/dht"; 20 20 license = licenses.mit; 21 - maintainers = with maintainers; [ angustrau ]; 21 + maintainers = with maintainers; [ emilytrau ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/applications/networking/p2p/fragments/default.nix
··· 71 71 meta = with lib; { 72 72 homepage = "https://gitlab.gnome.org/World/Fragments"; 73 73 description = "A GTK3 BitTorrent Client"; 74 - maintainers = with maintainers; [ angustrau ]; 74 + maintainers = with maintainers; [ emilytrau ]; 75 75 license = licenses.gpl3Plus; 76 76 platforms = platforms.linux; 77 77 };
+1 -1
pkgs/applications/networking/p2p/libutp/default.nix
··· 18 18 description = "uTorrent Transport Protocol library"; 19 19 homepage = "https://github.com/transmission/libutp"; 20 20 license = licenses.mit; 21 - maintainers = with maintainers; [ angustrau ]; 21 + maintainers = with maintainers; [ emilytrau ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/applications/science/logic/logisim-evolution/default.nix
··· 42 42 meta = with lib; { 43 43 homepage = "https://github.com/logisim-evolution/logisim-evolution"; 44 44 description = "Digital logic designer and simulator"; 45 - maintainers = with maintainers; [ angustrau ]; 45 + maintainers = with maintainers; [ emilytrau ]; 46 46 license = licenses.gpl2Plus; 47 47 platforms = platforms.unix; 48 48 };
+1 -1
pkgs/applications/science/logic/logisim/default.nix
··· 43 43 meta = with lib; { 44 44 homepage = "http://www.cburch.com/logisim/"; 45 45 description = "Educational tool for designing and simulating digital logic circuits"; 46 - maintainers = with maintainers; [ angustrau ]; 46 + maintainers = with maintainers; [ emilytrau ]; 47 47 license = licenses.gpl2Plus; 48 48 platforms = platforms.unix; 49 49 };
+1 -1
pkgs/development/libraries/aften/default.nix
··· 23 23 homepage = "http://aften.sourceforge.net/"; 24 24 license = licenses.lgpl21Only; 25 25 platforms = platforms.unix; 26 - maintainers = with maintainers; [ angustrau ]; 26 + maintainers = with maintainers; [ emilytrau ]; 27 27 }; 28 28 }
+1 -1
pkgs/development/libraries/portmidi/default.nix
··· 78 78 homepage = "http://portmedia.sourceforge.net/portmidi/"; 79 79 description = "Platform independent library for MIDI I/O"; 80 80 license = licenses.mit; 81 - maintainers = with maintainers; [ angustrau ]; 81 + maintainers = with maintainers; [ emilytrau ]; 82 82 platforms = platforms.unix; 83 83 }; 84 84 }
+1 -1
pkgs/development/python-modules/ev3dev2/default.nix
··· 32 32 description = "Python language bindings for ev3dev"; 33 33 homepage = "https://github.com/ev3dev/ev3dev-lang-python"; 34 34 license = with licenses; [ mit ]; 35 - maintainers = with maintainers; [ angustrau ]; 35 + maintainers = with maintainers; [ emilytrau ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/luddite/default.nix
··· 32 32 description = "Checks for out-of-date package versions"; 33 33 homepage = "https://github.com/jumptrading/luddite"; 34 34 license = licenses.asl20; 35 - maintainers = with maintainers; [ angustrau ]; 35 + maintainers = with maintainers; [ emilytrau ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/manimpango/default.nix
··· 32 32 homepage = "https://github.com/ManimCommunity/ManimPango"; 33 33 license = licenses.mit; 34 34 description = "Binding for Pango"; 35 - maintainers = [ maintainers.angustrau ]; 35 + maintainers = [ maintainers.emilytrau ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/opensimplex/default.nix
··· 32 32 ''; 33 33 homepage = "https://github.com/lmas/opensimplex"; 34 34 license = with licenses; [ mit ]; 35 - maintainers = with maintainers; [ angustrau ]; 35 + maintainers = with maintainers; [ emilytrau ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/pyfakewebcam/default.nix
··· 19 19 description = "A library for writing RGB frames to a fake webcam device on Linux"; 20 20 homepage = "https://github.com/jremmons/pyfakewebcam"; 21 21 license = licenses.lgpl3Only; 22 - maintainers = with maintainers; [ angustrau ]; 22 + maintainers = with maintainers; [ emilytrau ]; 23 23 platforms = platforms.linux; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/pygame-gui/default.nix
··· 54 54 description = "A GUI system for pygame"; 55 55 homepage = "https://github.com/MyreMylar/pygame_gui"; 56 56 license = with licenses; [ mit ]; 57 - maintainers = with maintainers; [ angustrau ]; 57 + maintainers = with maintainers; [ emilytrau ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/pygame/default.nix
··· 72 72 description = "Python library for games"; 73 73 homepage = "https://www.pygame.org/"; 74 74 license = licenses.lgpl21Plus; 75 - maintainers = with maintainers; [ angustrau ]; 75 + maintainers = with maintainers; [ emilytrau ]; 76 76 platforms = platforms.unix; 77 77 }; 78 78 }
+1 -1
pkgs/development/python-modules/pymunk/default.nix
··· 37 37 description = "2d physics library"; 38 38 homepage = "https://www.pymunk.org"; 39 39 license = with licenses; [ mit ]; 40 - maintainers = with maintainers; [ angustrau ]; 40 + maintainers = with maintainers; [ emilytrau ]; 41 41 platforms = platforms.unix; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/python-i18n/default.nix
··· 19 19 description = "Easy to use i18n library"; 20 20 homepage = "https://github.com/danhper/python-i18n"; 21 21 license = with licenses; [ mit ]; 22 - maintainers = with maintainers; [ angustrau ]; 22 + maintainers = with maintainers; [ emilytrau ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/pyuseragents/default.nix
··· 23 23 description = "Giving you a random User-Agent Header"; 24 24 homepage = "https://github.com/Animenosekai/useragents"; 25 25 license = with licenses; [ mit ]; 26 - maintainers = with maintainers; [ angustrau ]; 26 + maintainers = with maintainers; [ emilytrau ]; 27 27 }; 28 28 }
+1 -1
pkgs/development/python-modules/translatepy/default.nix
··· 38 38 description = "A module grouping multiple translation APIs"; 39 39 homepage = "https://github.com/Animenosekai/translate"; 40 40 license = with licenses; [ agpl3Only ]; 41 - maintainers = with maintainers; [ angustrau ]; 41 + maintainers = with maintainers; [ emilytrau ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/tools/mars-mips/default.nix
··· 43 43 description = "An IDE for programming in MIPS assembly language intended for educational-level use"; 44 44 homepage = "https://courses.missouristate.edu/KenVollmar/MARS/"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ angustrau ]; 46 + maintainers = with maintainers; [ emilytrau ]; 47 47 platforms = platforms.all; 48 48 }; 49 49 }
+1 -1
pkgs/development/tools/misc/ddd/default.nix
··· 26 26 description = "Graphical front-end for command-line debuggers"; 27 27 license = lib.licenses.gpl3Plus; 28 28 platforms = lib.platforms.linux; 29 - maintainers = with lib.maintainers; [ angustrau ]; 29 + maintainers = with lib.maintainers; [ emilytrau ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/tools/misc/qtspim/default.nix
··· 55 55 description = "New user interface for spim, a MIPS simulator"; 56 56 homepage = "http://spimsimulator.sourceforge.net/"; 57 57 license = licenses.bsdOriginal; 58 - maintainers = with maintainers; [ angustrau ]; 58 + maintainers = with maintainers; [ emilytrau ]; 59 59 platforms = platforms.linux; 60 60 }; 61 61 }
+1 -1
pkgs/development/tools/misc/xspim/default.nix
··· 43 43 description = "A MIPS32 simulator"; 44 44 homepage = "http://spimsimulator.sourceforge.net/"; 45 45 license = licenses.bsdOriginal; 46 - maintainers = with maintainers; [ angustrau ]; 46 + maintainers = with maintainers; [ emilytrau ]; 47 47 platforms = platforms.linux; 48 48 }; 49 49 }
+1 -1
pkgs/development/tools/misc/xxgdb/default.nix
··· 37 37 meta = with lib; { 38 38 description = "A simple but powerful graphical interface to gdb"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ angustrau ]; 40 + maintainers = with maintainers; [ emilytrau ]; 41 41 platforms = platforms.all; 42 42 }; 43 43 }
+1 -1
pkgs/games/liberation-circuit/default.nix
··· 64 64 Escape from a hostile computer system! Harvest data to create an armada of battle-processes to aid your escape! Take command directly and play the game as an RTS, or use the game's built-in editor and compiler to write your own unit AI in a simplified version of C. 65 65 ''; 66 66 homepage = "https://linleyh.itch.io/liberation-circuit"; 67 - maintainers = with maintainers; [ angustrau ]; 67 + maintainers = with maintainers; [ emilytrau ]; 68 68 license = licenses.gpl3Only; 69 69 platforms = platforms.linux; 70 70 };
+1 -1
pkgs/misc/vscode-extensions/default.nix
··· 795 795 downloadPage = "https://marketplace.visualstudio.com/items?itemName=faustinoaq.lex-flex-yacc-bison"; 796 796 homepage = "https://github.com/faustinoaq/vscode-lex-flex-yacc-bison"; 797 797 license = licenses.mit; 798 - maintainers = with maintainers; [ angustrau ]; 798 + maintainers = with maintainers; [ emilytrau ]; 799 799 }; 800 800 }; 801 801
+1 -1
pkgs/tools/admin/realvnc-vnc-viewer/default.nix
··· 45 45 url = "https://static.realvnc.com/media/documents/LICENSE-4.0a_en.pdf"; 46 46 free = false; 47 47 }; 48 - maintainers = with maintainers; [ angustrau ]; 48 + maintainers = with maintainers; [ emilytrau ]; 49 49 platforms = [ "x86_64-linux" "i686-linux" ]; 50 50 }; 51 51 }
+1 -1
pkgs/tools/inputmethods/emote/default.nix
··· 54 54 description = "A modern emoji picker for Linux"; 55 55 homepage = "https://github.com/tom-james-watson/emote"; 56 56 license = licenses.gpl3Plus; 57 - maintainers = with maintainers; [ angustrau ]; 57 + maintainers = with maintainers; [ emilytrau ]; 58 58 platforms = platforms.linux; 59 59 }; 60 60 }
+1 -1
pkgs/tools/misc/via/default.nix
··· 35 35 description = "Yet another keyboard configurator"; 36 36 homepage = "https://caniusevia.com/"; 37 37 license = licenses.unfree; 38 - maintainers = with maintainers; [ angustrau ]; 38 + maintainers = with maintainers; [ emilytrau ]; 39 39 platforms = [ "x86_64-linux" ]; 40 40 }; 41 41 }
+1 -1
pkgs/tools/networking/nttcp/default.nix
··· 21 21 meta = with lib; { 22 22 description = "New test TCP program"; 23 23 license = licenses.unfree; 24 - maintainers = with maintainers; [ angustrau ]; 24 + maintainers = with maintainers; [ emilytrau ]; 25 25 platforms = platforms.all; 26 26 }; 27 27 }
+1 -1
pkgs/tools/networking/sockperf/default.nix
··· 25 25 description = "Network Benchmarking Utility"; 26 26 homepage = "https://github.com/Mellanox/sockperf"; 27 27 license = licenses.bsd3; 28 - maintainers = with maintainers; [ angustrau ]; 28 + maintainers = with maintainers; [ emilytrau ]; 29 29 platforms = platforms.all; 30 30 }; 31 31 }