Skip to content

Commit

Permalink
maintainers: updated username to midirhee12
Browse files Browse the repository at this point in the history
- removed cvoges12 entry
- using respective maintainer entry in nixpkgs
- changed all hm modules' `meta.maintainers` to reflect new username /
  email
  • Loading branch information
midirhee12 authored Jan 3, 2025
1 parent ef64efd commit a998762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions modules/lib/maintainers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@
github = "considerate";
githubId = 217918;
};
cvoges12 = {
name = "Clayton Voges";
email = "[email protected]";
github = "cvoges12";
githubId = 38054771;
};
danjujan = {
name = "Jan Schmitz";
email = "[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion modules/services/network-manager-applet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a998762

Please sign in to comment.