maintainers: add mktip

This commit is contained in:
Mohammad Kefah 2022-10-19 23:27:04 +03:00
parent 2122fc67ad
commit fba19d0290
No known key found for this signature in database
GPG key ID: 1DC082FADE5BA863
2 changed files with 10 additions and 0 deletions

View file

@ -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";

View file

@ -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";
};
}