Add myself to maintainers list
This commit is contained in:
parent
a28c6ddae0
commit
cd3095f49d
1 changed files with 3 additions and 2 deletions
|
@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
|
||||||
"-Wno-error=stringop-overflow"
|
"-Wno-error=stringop-overflow"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "FlatBuffers Compiler and Library in C for C ";
|
description = "FlatBuffers Compiler and Library in C for C ";
|
||||||
homepage = "https://github.com/dvidelabs/flatcc";
|
homepage = "https://github.com/dvidelabs/flatcc";
|
||||||
license = [ lib.licenses.asl20 ];
|
license = [ licenses.asl20 ];
|
||||||
|
maintainers = with maintainers; [ onny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue