We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc44d6 commit 635f464Copy full SHA for 635f464
maintainers/maintainer-list.nix
@@ -3897,6 +3897,12 @@
3897
matrix = "@brsvh:mozilla.org";
3898
name = "Burgess Chang";
3899
};
3900
+ brubsby = {
3901
+ email = "[email protected]";
3902
+ github = "brubsby";
3903
+ githubId = 57653502;
3904
+ name = "Tyler Busby";
3905
+ };
3906
bryanasdev000 = {
3907
email = "[email protected]";
3908
matrix = "@bryanasdev000:matrix.org";
pkgs/by-name/ya/yafu/package.nix
@@ -147,8 +147,8 @@ stdenv.mkDerivation rec {
147
'';
148
homepage = "https://github.com/bbuhrow/yafu";
149
license = lib.licenses.publicDomain;
150
- maintainers = with lib.maintainers; [ ];
151
platforms = [ "x86_64-linux" ];
+ maintainers = with lib.maintainers; [ brubsby ];
152
mainProgram = "yafu";
153
154
}
0 commit comments