Add myself to maintainers list

This commit is contained in:
Jonas Heinrich 2022-08-26 08:17:53 +02:00 committed by GitHub
parent a28c6ddae0
commit cd3095f49d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,10 @@ stdenv.mkDerivation rec {
"-Wno-error=stringop-overflow"
];
meta = {
meta = with lib; {
description = "FlatBuffers Compiler and Library in C for C ";
homepage = "https://github.com/dvidelabs/flatcc";
license = [ lib.licenses.asl20 ];
license = [ licenses.asl20 ];
maintainers = with maintainers; [ onny ];
};
}