mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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-linux"
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ astro ];
|
maintainers = with maintainers; [
|
||||||
|
astro
|
||||||
|
tnias
|
||||||
|
];
|
||||||
license = with licenses; [
|
license = with licenses; [
|
||||||
asl20
|
asl20
|
||||||
mit
|
mit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue