maintainers: update emilytrau

This commit is contained in:
Angus Trau 2022-02-11 04:45:03 +00:00
parent a74b67f4b1
commit 18592865d7
32 changed files with 37 additions and 38 deletions

View File

@ -759,13 +759,6 @@
githubId = 11699655; githubId = 11699655;
name = "Stanislas Lange"; name = "Stanislas Lange";
}; };
angustrau = {
name = "Angus Trau";
email = "nix@angus.ws";
matrix = "@angustrau:matrix.org";
github = "angustrau";
githubId = 13267947;
};
anhdle14 = { anhdle14 = {
name = "Le Anh Duc"; name = "Le Anh Duc";
email = "anhdle14@icloud.com"; email = "anhdle14@icloud.com";
@ -3388,6 +3381,12 @@
githubId = 18535642; githubId = 18535642;
name = "Emily"; name = "Emily";
}; };
emilytrau = {
name = "Emily Trau";
email = "nix@angus.ws";
github = "emilytrau";
githubId = 13267947;
};
enderger = { enderger = {
email = "endergeryt@gmail.com"; email = "endergeryt@gmail.com";
github = "enderger"; github = "enderger";

View File

@ -223,7 +223,7 @@ with lib.maintainers; {
openstack = { openstack = {
members = [ members = [
angustrau emilytrau
SuperSandro2000 SuperSandro2000
]; ];
scope = "Maintain the ecosystem around OpenStack"; scope = "Maintain the ecosystem around OpenStack";

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "BitTorrent DHT library"; description = "BitTorrent DHT library";
homepage = "https://github.com/transmission/dht"; homepage = "https://github.com/transmission/dht";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://gitlab.gnome.org/World/Fragments"; homepage = "https://gitlab.gnome.org/World/Fragments";
description = "A GTK3 BitTorrent Client"; description = "A GTK3 BitTorrent Client";
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "uTorrent Transport Protocol library"; description = "uTorrent Transport Protocol library";
homepage = "https://github.com/transmission/libutp"; homepage = "https://github.com/transmission/libutp";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/logisim-evolution/logisim-evolution"; homepage = "https://github.com/logisim-evolution/logisim-evolution";
description = "Digital logic designer and simulator"; description = "Digital logic designer and simulator";
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "http://www.cburch.com/logisim/"; homepage = "http://www.cburch.com/logisim/";
description = "Educational tool for designing and simulating digital logic circuits"; description = "Educational tool for designing and simulating digital logic circuits";
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = "http://aften.sourceforge.net/"; homepage = "http://aften.sourceforge.net/";
license = licenses.lgpl21Only; license = licenses.lgpl21Only;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
homepage = "http://portmedia.sourceforge.net/portmidi/"; homepage = "http://portmedia.sourceforge.net/portmidi/";
description = "Platform independent library for MIDI I/O"; description = "Platform independent library for MIDI I/O";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Python language bindings for ev3dev"; description = "Python language bindings for ev3dev";
homepage = "https://github.com/ev3dev/ev3dev-lang-python"; homepage = "https://github.com/ev3dev/ev3dev-lang-python";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Checks for out-of-date package versions"; description = "Checks for out-of-date package versions";
homepage = "https://github.com/jumptrading/luddite"; homepage = "https://github.com/jumptrading/luddite";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ManimCommunity/ManimPango"; homepage = "https://github.com/ManimCommunity/ManimPango";
license = licenses.mit; license = licenses.mit;
description = "Binding for Pango"; description = "Binding for Pango";
maintainers = [ maintainers.angustrau ]; maintainers = [ maintainers.emilytrau ];
}; };
} }

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
''; '';
homepage = "https://github.com/lmas/opensimplex"; homepage = "https://github.com/lmas/opensimplex";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
description = "A library for writing RGB frames to a fake webcam device on Linux"; description = "A library for writing RGB frames to a fake webcam device on Linux";
homepage = "https://github.com/jremmons/pyfakewebcam"; homepage = "https://github.com/jremmons/pyfakewebcam";
license = licenses.lgpl3Only; license = licenses.lgpl3Only;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
description = "A GUI system for pygame"; description = "A GUI system for pygame";
homepage = "https://github.com/MyreMylar/pygame_gui"; homepage = "https://github.com/MyreMylar/pygame_gui";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -72,7 +72,7 @@ buildPythonPackage rec {
description = "Python library for games"; description = "Python library for games";
homepage = "https://www.pygame.org/"; homepage = "https://www.pygame.org/";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
description = "2d physics library"; description = "2d physics library";
homepage = "https://www.pymunk.org"; homepage = "https://www.pymunk.org";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -19,6 +19,6 @@ buildPythonPackage rec {
description = "Easy to use i18n library"; description = "Easy to use i18n library";
homepage = "https://github.com/danhper/python-i18n"; homepage = "https://github.com/danhper/python-i18n";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Giving you a random User-Agent Header"; description = "Giving you a random User-Agent Header";
homepage = "https://github.com/Animenosekai/useragents"; homepage = "https://github.com/Animenosekai/useragents";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "A module grouping multiple translation APIs"; description = "A module grouping multiple translation APIs";
homepage = "https://github.com/Animenosekai/translate"; homepage = "https://github.com/Animenosekai/translate";
license = with licenses; [ agpl3Only ]; license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
} }

View File

@ -43,7 +43,7 @@ stdenvNoCC.mkDerivation rec {
description = "An IDE for programming in MIPS assembly language intended for educational-level use"; description = "An IDE for programming in MIPS assembly language intended for educational-level use";
homepage = "https://courses.missouristate.edu/KenVollmar/MARS/"; homepage = "https://courses.missouristate.edu/KenVollmar/MARS/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "Graphical front-end for command-line debuggers"; description = "Graphical front-end for command-line debuggers";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ angustrau ]; maintainers = with lib.maintainers; [ emilytrau ];
}; };
} }

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
description = "New user interface for spim, a MIPS simulator"; description = "New user interface for spim, a MIPS simulator";
homepage = "http://spimsimulator.sourceforge.net/"; homepage = "http://spimsimulator.sourceforge.net/";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "A MIPS32 simulator"; description = "A MIPS32 simulator";
homepage = "http://spimsimulator.sourceforge.net/"; homepage = "http://spimsimulator.sourceforge.net/";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple but powerful graphical interface to gdb"; description = "A simple but powerful graphical interface to gdb";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
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. 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.
''; '';
homepage = "https://linleyh.itch.io/liberation-circuit"; homepage = "https://linleyh.itch.io/liberation-circuit";
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -795,7 +795,7 @@ let
downloadPage = "https://marketplace.visualstudio.com/items?itemName=faustinoaq.lex-flex-yacc-bison"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=faustinoaq.lex-flex-yacc-bison";
homepage = "https://github.com/faustinoaq/vscode-lex-flex-yacc-bison"; homepage = "https://github.com/faustinoaq/vscode-lex-flex-yacc-bison";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
}; };

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
url = "https://static.realvnc.com/media/documents/LICENSE-4.0a_en.pdf"; url = "https://static.realvnc.com/media/documents/LICENSE-4.0a_en.pdf";
free = false; free = false;
}; };
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];
}; };
} }

View File

@ -54,7 +54,7 @@ python3Packages.buildPythonApplication rec {
description = "A modern emoji picker for Linux"; description = "A modern emoji picker for Linux";
homepage = "https://github.com/tom-james-watson/emote"; homepage = "https://github.com/tom-james-watson/emote";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -35,7 +35,7 @@ in appimageTools.wrapType2 {
description = "Yet another keyboard configurator"; description = "Yet another keyboard configurator";
homepage = "https://caniusevia.com/"; homepage = "https://caniusevia.com/";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "New test TCP program"; description = "New test TCP program";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Network Benchmarking Utility"; description = "Network Benchmarking Utility";
homepage = "https://github.com/Mellanox/sockperf"; homepage = "https://github.com/Mellanox/sockperf";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ angustrau ]; maintainers = with maintainers; [ emilytrau ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }