bat: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2021-08-11 16:55:01 +02:00 committed by Raphael Megzari
parent 61fd76aabe
commit 1f29c36fe8

View file

@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sharkdp/bat";
changelog = "https://github.com/sharkdp/bat/raw/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir lilyball zowoq ];
maintainers = with maintainers; [ dywedir lilyball zowoq SuperSandro2000 ];
};
}