snpguest: add charludo to maintainers
This commit is contained in:
@@ -33,7 +33,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/virtee/snpguest";
|
||||
changelog = "https://github.com/virtee/snpguest/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ katexochen ];
|
||||
maintainers = with lib.maintainers; [
|
||||
katexochen
|
||||
charludo
|
||||
];
|
||||
mainProgram = "snpguest";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user