Merge pull request #267218 from Atemu/numbat-maintainer

numbat: add myself as maintainer
This commit is contained in:
OTABI Tomoya 2023-11-14 00:07:25 +09:00 committed by GitHub
commit e86b25c51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sharkdp/numbat/releases/tag/v${version}";
license = with licenses; [ asl20 mit ];
mainProgram = "numbat";
maintainers = with maintainers; [ giomf ];
maintainers = with maintainers; [ giomf atemu ];
};
}