mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
numbat: add myself as maintainer
This commit is contained in:
parent
6c86876295
commit
d992fbfdb6
@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
changelog = "https://github.com/sharkdp/numbat/releases/tag/v${version}";
|
changelog = "https://github.com/sharkdp/numbat/releases/tag/v${version}";
|
||||||
license = with licenses; [ asl20 mit ];
|
license = with licenses; [ asl20 mit ];
|
||||||
mainProgram = "numbat";
|
mainProgram = "numbat";
|
||||||
maintainers = with maintainers; [ giomf ];
|
maintainers = with maintainers; [ giomf atemu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user