Unverified Commit 2a3d97bc authored by aoife cassidy's avatar aoife cassidy
Browse files

maintainers: sfr -> nbsp

parent 4c47cce7
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}