Unverified Commit 29dccd64 authored by Dennis Gosnell's avatar Dennis Gosnell Committed by GitHub
Browse files

add myself as a maintainer (#350301)

parents 384928ad d50cc096
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";
+5 −0
Original line number Diff line number Diff line
@@ -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:
+4 −0
Original line number Diff line number Diff line
@@ -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