Skip to content

Commit

Permalink
infinixbot maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Dec 18, 2024
1 parent 26ba82d commit 9bc29d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9726,6 +9726,14 @@
name = "Silvan Mosberger";
keys = [ { fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170"; } ];
};
infinixbot = {
email = "[email protected]";
matrix = "@infinisil:matrix.org";
github = "infinixbot";
githubId = 164272208;
name = "Silvan Mosberger";
keys = [ { fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170"; } ];
};
infinitivewitch = {
name = "Infinitive Witch";
email = "[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/he/hello/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.gnu.org/software/hello/manual/";
changelog = "https://git.savannah.gnu.org/cgit/hello.git/plain/NEWS?h=v${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ stv0g ];
maintainers = with lib.maintainers; [ infinixbot ];
mainProgram = "hello";
platforms = lib.platforms.all;
};
Expand Down

0 comments on commit 9bc29d1

Please sign in to comment.