numbat: add myself as maintainer

This commit is contained in:
Atemu 2023-11-13 14:58:19 +01:00
parent 6c86876295
commit d992fbfdb6

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 ];
};
}