mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #249537 from asciimoth/maintaner/moth
maintaner/moth: Update info
This commit is contained in:
commit
b354b3cd3a
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user