bat: add maintainer
This commit is contained in:
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "A cat(1) clone with syntax highlighting and Git integration";
|
description = "A cat(1) clone with syntax highlighting and Git integration";
|
||||||
homepage = "https://github.com/sharkdp/bat";
|
homepage = "https://github.com/sharkdp/bat";
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ dywedir lilyball ];
|
maintainers = with maintainers; [ dywedir lilyball zowoq ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user