maintainers: sfr -> nbsp

This commit is contained in:
aoife cassidy 2023-11-28 23:13:38 +02:00
parent 4c47cce773
commit 2a3d97bcb0
No known key found for this signature in database
GPG Key ID: 7184AC1C9835CE48
2 changed files with 8 additions and 8 deletions

View File

@ -12740,6 +12740,13 @@
githubId = 1386642;
name = "Noah Brenowitz";
};
nbsp = {
email = "aoife@enby.space";
matrix = "@nbsp:enby.space";
github = "enbyspace";
githubId = 57151943;
name = "aoife cassidy";
};
ncfavier = {
email = "n@monade.li";
matrix = "@ncfavier:matrix.org";
@ -16354,13 +16361,6 @@
fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE";
}];
};
sfr = {
email = "sol@solfisher.com";
matrix = "@sfr:enby.space";
github = "solfisher";
githubId = 57151943;
name = "Sol Fisher Romanoff";
};
sfrijters = {
email = "sfrijters@gmail.com";
github = "SFrijters";

View File

@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
description = "a pretty good mpd client";
homepage = "https://sr.ht/~sfr/mus";
license = licenses.mit;
maintainers = with maintainers; [ sfr ];
maintainers = with maintainers; [ nbsp ];
mainProgram = "mus";
};
}