forked from mirrors/nixpkgs
Update pkgs/development/python-modules/protobuf3-to-dict/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
6d408889f0
commit
340eff8b0d
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue