Skip to content

Commit

Permalink
maintainers: add mktip
Browse files Browse the repository at this point in the history
  • Loading branch information
mktip committed Oct 19, 2022
1 parent 2122fc6 commit fba19d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9066,6 +9066,15 @@
fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F";
}];
};
mktip = {
email = "mo.issa.ok+nix@gmail.com";
github = "mktip";
githubId = 45905717;
name = "Mohammad Issa";
keys = [{
fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863";
}];
};
mlieberman85 = {
email = "mlieberman85@gmail.com";
github = "mlieberman85";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/networking/circumflex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ buildGoModule rec {
description = "A command line tool for browsing Hacker News in your terminal";
homepage = "https://github.com/bensadeh/circumflex";
license = licenses.agpl3;
maintainers = with maintainers; [ mktip ];
mainProgram = "clx";
};
}

0 comments on commit fba19d0

Please sign in to comment.