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 ];
|
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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user