diff --git a/pkgs/development/python-modules/protobuf3-to-dict/default.nix b/pkgs/development/python-modules/protobuf3-to-dict/default.nix index 008d9a600247..ffc21c1428fe 100644 --- a/pkgs/development/python-modules/protobuf3-to-dict/default.nix +++ b/pkgs/development/python-modules/protobuf3-to-dict/default.nix @@ -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 ];