mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19: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:
parent
afc892db74
commit
78002a63e1
2 changed files with 1 additions and 7 deletions
|
@ -67,12 +67,6 @@
|
||||||
github = "considerate";
|
github = "considerate";
|
||||||
githubId = 217918;
|
githubId = 217918;
|
||||||
};
|
};
|
||||||
cvoges12 = {
|
|
||||||
name = "Clayton Voges";
|
|
||||||
email = "38054771+cvoges12@users.noreply.github.com";
|
|
||||||
github = "cvoges12";
|
|
||||||
githubId = 38054771;
|
|
||||||
};
|
|
||||||
danjujan = {
|
danjujan = {
|
||||||
name = "Jan Schmitz";
|
name = "Jan Schmitz";
|
||||||
email = "44864658+danjujan@users.noreply.github.com";
|
email = "44864658+danjujan@users.noreply.github.com";
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
cfg = config.services.network-manager-applet;
|
cfg = config.services.network-manager-applet;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.rycee hm.maintainers.cvoges12 ];
|
meta.maintainers = [ maintainers.rycee maintainers.midirhee12 ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.network-manager-applet = {
|
services.network-manager-applet = {
|
||||||
|
|
Loading…
Reference in a new issue