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 ];
meta = with lib; {
description =
"A teeny Python library for creating Python dicts from protocol buffers and the reverse";
description = "A teeny Python library for creating Python dicts from protocol buffers and the reverse";
homepage = "https://github.com/kaporzhu/protobuf-to-dict";
license = licenses.publicDomain;
maintainers = with maintainers; [ nequissimus ];