Update pkgs/development/python-modules/protobuf3-to-dict/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Tim Steinbach 2021-02-21 16:01:50 -05:00
parent 6d408889f0
commit 340eff8b0d

View File

@ -16,8 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ protobuf six ]; propagatedBuildInputs = [ protobuf six ];
meta = with lib; { meta = with lib; {
description = description = "A teeny Python library for creating Python dicts from protocol buffers and the reverse";
"A teeny Python library for creating Python dicts from protocol buffers and the reverse";
homepage = "https://github.com/kaporzhu/protobuf-to-dict"; homepage = "https://github.com/kaporzhu/protobuf-to-dict";
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ nequissimus ]; maintainers = with maintainers; [ nequissimus ];