Unverified Commit b354b3cd authored by Alexander Bantyev's avatar Alexander Bantyev Committed by GitHub
Browse files

Merge pull request #249537 from asciimoth/maintaner/moth

maintaner/moth: Update info
parents bba03717 1618070d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1466,6 +1466,15 @@
    githubId = 1482768;
    name = "Benjamin Asbach";
  };
  asciimoth = {
    name = "Andrew";
    email = "ascii@moth.contact";
    github = "asciimoth";
    githubId = 91414737;
    keys = [{
      fingerprint = "C5C8 4658 CCFD 7E8E 71DE  E933 AF3A E54F C3A3 5C9F";
    }];
  };
  ashalkhakov = {
    email = "artyom.shalkhakov@gmail.com";
    github = "ashalkhakov";
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
    description = "Terminal viewer for 3a format";
    homepage = "https://github.com/DomesticMoth/aaa";
    license = with licenses; [ gpl3Only ];
    maintainers = with maintainers; [ DomesticMoth ];
    maintainers = with maintainers; [ asciimoth ];
  };
}