maintainers: update personal details

main
Emilia Bopp 2 years ago
parent 865219a09d
commit 7964ed91b1
  1. 12
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/python-modules/alot/default.nix
  3. 2
      pkgs/development/python-modules/parsy/default.nix
  4. 2
      pkgs/os-specific/linux/firmware/rtl8761b-firmware/default.nix
  5. 2
      pkgs/tools/networking/oneshot/default.nix

@ -3320,12 +3320,6 @@
github = "edlimerkaj";
githubId = 71988351;
};
edibopp = {
email = "eduard.bopp@aepsil0n.de";
github = "edibopp";
githubId = 3098430;
name = "Eduard Bopp";
};
emantor = {
email = "rouven+nixos@czerwinskis.de";
github = "emantor";
@ -7821,6 +7815,12 @@
githubId = 38543128;
name = "Miles Breslin";
};
milibopp = {
email = "contact@ebopp.de";
github = "milibopp";
githubId = 3098430;
name = "Emilia Bopp";
};
millerjason = {
email = "mailings-github@millerjason.com";
github = "millerjason";

@ -66,6 +66,6 @@ buildPythonPackage rec {
description = "Terminal MUA using notmuch mail";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ edibopp ];
maintainers = with maintainers; [ milibopp ];
};
}

@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = "https://github.com/python-parsy/parsy";
description = "Easy-to-use parser combinators, for parsing in pure Python";
license = [ licenses.mit ];
maintainers = with maintainers; [ edibopp ];
maintainers = with maintainers; [ milibopp ];
};
}

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Firmware for Realtek RTL8761b";
license = licenses.unfreeRedistributableFirmware;
maintainers = with maintainers; [ edibopp ];
maintainers = with maintainers; [ milibopp ];
platforms = with platforms; linux;
};
}

@ -21,6 +21,6 @@ buildGoModule rec {
description = "A first-come-first-serve single-fire HTTP server";
homepage = "https://github.com/raphaelreyna/oneshot";
license = licenses.mit;
maintainers = with maintainers; [ edibopp ];
maintainers = with maintainers; [ milibopp ];
};
}

Loading…
Cancel
Save