Merge pull request #256352 from 9glenda/add-eza-maintainer-9glenda
eza: add maintainer 9glenda
This commit is contained in:
@@ -211,6 +211,16 @@
|
||||
fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125";
|
||||
}];
|
||||
};
|
||||
_9glenda = {
|
||||
email = "plan9git@proton.me";
|
||||
matrix = "@9front:matrix.org";
|
||||
github = "9glenda";
|
||||
githubId = 69043370;
|
||||
name = "9glenda";
|
||||
keys = [{
|
||||
fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691";
|
||||
}];
|
||||
};
|
||||
a1russell = {
|
||||
email = "adamlr6+pub@gmail.com";
|
||||
github = "a1russell";
|
||||
|
||||
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/eza-community/eza/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
mainProgram = "eza";
|
||||
maintainers = with maintainers; [ cafkafk ];
|
||||
maintainers = with maintainers; [ cafkafk _9glenda ];
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user