about summary refs log tree commit diff
path: root/pkgs/development/python-modules/protobuf3-to-dict
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2021-02-21 16:01:50 -0500
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2021-02-21 16:02:35 -0500
commit340eff8b0dc08a8d40d6ab7060b75f4cc75e689d (patch)
tree7e491b2357ba6bed28f2df9938664777f37fc3fe /pkgs/development/python-modules/protobuf3-to-dict
parent6d408889f092213fcb1a460cf2b31be1c134a3e4 (diff)
Update pkgs/development/python-modules/protobuf3-to-dict/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/development/python-modules/protobuf3-to-dict')
-rw-r--r--pkgs/development/python-modules/protobuf3-to-dict/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/protobuf3-to-dict/default.nix b/pkgs/development/python-modules/protobuf3-to-dict/default.nix
index 008d9a6002479..ffc21c1428fe1 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 ];