Skip to content

Commit

Permalink
maintainers: adding chrispwill
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPWill committed Jul 13, 2024
1 parent 246164a commit 2f32af0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3598,6 +3598,12 @@
githubId = 1438690;
name = "Chris Pickard";
};
chrispwill = {
email = "chris@chrispwill.com";
github = "chrispwill";
githubId = 271099;
name = "Chris Williams";
};
chrisrosset = {
email = "chris@rosset.org.uk";
github = "chrisrosset";
Expand Down Expand Up @@ -4223,6 +4229,7 @@
name = "Serg Nesterov";
keys = [ { fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C"; } ];
};

cwoac = {
email = "oliver@codersoffortune.net";
github = "cwoac";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/tweego/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildGoModule rec {
description = "Tweego is a free (gratis and libre) command line compiler for Twine/Twee story formats, written in Go.";
homepage = "https://www.motoslave.net/tweego";
license = lib.licenses.bsd2;
maintainers = [];
maintainers = with lib.maintainers; [chrispwill];
mainProgram = "tweego";
};
}

0 comments on commit 2f32af0

Please sign in to comment.