mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
bat: add maintainer
This commit is contained in:
parent
92c3267ad4
commit
efe9c7c138
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "A cat(1) clone with syntax highlighting and Git integration";
|
||||
homepage = "https://github.com/sharkdp/bat";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ dywedir lilyball ];
|
||||
maintainers = with maintainers; [ dywedir lilyball zowoq ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue