add myself as a maintainer (#350301)

This commit is contained in:
Dennis Gosnell 2024-10-22 15:18:41 +09:00 committed by GitHub
commit 29dccd64f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View File

@ -1817,6 +1817,13 @@
githubId = 338268;
name = "Alexei Robyn";
};
artem = {
email = "a@pelenitsyn.top";
github = "ulysses4ever";
githubId = 6832600;
name = "Artem Pelenitsyn";
matrix = "@artem.types:matrix.org";
};
artemist = {
email = "me@artem.ist";
github = "artemist";

View File

@ -196,6 +196,11 @@ package-maintainers:
- hnix
- hnix-store-core
- hnix-store-remote
artem:
- BNFC-meta
- alex-meta
- happy-meta
- vector-hashtables
arturcygan:
- hevm
athas:

View File

@ -1369,6 +1369,7 @@ self: {
];
description = "Deriving Parsers and Quasi-Quoters from BNF Grammars";
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.artem ];
}) {};
"BPS" = callPackage
@ -28205,6 +28206,7 @@ self: {
libraryToolDepends = [ alex happy ];
description = "Quasi-quoter for Alex lexers";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.artem ];
}) {};
"alex-prelude" = callPackage
@ -138797,6 +138799,7 @@ self: {
libraryToolDepends = [ happy ];
description = "Quasi-quoter for Happy parsers";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.artem ];
}) {};
"happybara" = callPackage
@ -325853,6 +325856,7 @@ self: {
];
description = "Efficient vector-based mutable hashtables implementation";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.artem ];
}) {};
"vector-heterogenous" = callPackage