bat: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2021-08-12 12:00:10 +09:00
committed by Raphael Megzari
parent 61fd76aabe
commit 1f29c36fe8
+1 -1
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 ];
};
}