mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
oxigraph: add tnias to maintainers
This commit is contained in:
parent
c3041daf0b
commit
8a46ae0b14
1 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,10 @@ rustPlatform.buildRustPackage rec {
|
|||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
maintainers = with maintainers; [ astro ];
|
||||
maintainers = with maintainers; [
|
||||
astro
|
||||
tnias
|
||||
];
|
||||
license = with licenses; [
|
||||
asl20
|
||||
mit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue