maintainers: add goobertony

meowfetch: nixfmt

maintainers: add goobertony
This commit is contained in:
goobertony
2026-06-29 21:55:27 -05:00
parent c3dc4f0cbb
commit 7359c8558c
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -10169,6 +10169,12 @@
githubId = 2041764;
name = "Andreas Wendleder";
};
goobertony = {
github = "goobertony";
email = "tonygameing@proton.me";
githubId = 133613491;
name = "Tonii Bittersweet";
};
goodrone = {
email = "goodrone@gmail.com";
github = "goodrone";
+1 -1
View File
@@ -28,7 +28,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/faynopi/meowfetch";
changelog = "https://github.com/faynopi/meowfetch/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [goobertony ];
maintainers = with lib.maintainers; [ goobertony ];
mainProgram = "meowfetch";
};
})