mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #267218 from Atemu/numbat-maintainer
numbat: add myself as maintainer
This commit is contained in:
commit
e86b25c51f
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user