1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 03:29:45 +01:00

maintainers: updated username to midirhee12

- removed cvoges12 entry
- using respective maintainer entry in nixpkgs
- changed all hm modules' `meta.maintainers` to reflect new username /
  email
This commit is contained in:
midirhee12 2024-08-05 12:52:02 -05:00
parent afc892db74
commit 78002a63e1
2 changed files with 1 additions and 7 deletions

View file

@ -67,12 +67,6 @@
github = "considerate";
githubId = 217918;
};
cvoges12 = {
name = "Clayton Voges";
email = "38054771+cvoges12@users.noreply.github.com";
github = "cvoges12";
githubId = 38054771;
};
danjujan = {
name = "Jan Schmitz";
email = "44864658+danjujan@users.noreply.github.com";

View file

@ -7,7 +7,7 @@ let
cfg = config.services.network-manager-applet;
in {
meta.maintainers = [ maintainers.rycee hm.maintainers.cvoges12 ];
meta.maintainers = [ maintainers.rycee maintainers.midirhee12 ];
options = {
services.network-manager-applet = {