Skip to content

Commit

Permalink
protobuf3: add yoctocell as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctocell committed Nov 29, 2024
1 parent 58b63c0 commit f70245c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/protobuf/generic-v3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ mkProtobufDerivation = buildProtobuf: stdenv: stdenv.mkDerivation {
license = lib.licenses.bsd3;
mainProgram = "protoc";
platforms = lib.platforms.unix;
maintainers = with maintainers; [ yoctocell ];
};
};
in mkProtobufDerivation(if (stdenv.buildPlatform != stdenv.hostPlatform)
Expand Down

0 comments on commit f70245c

Please sign in to comment.