summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pyipv8/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyipv8/default.nix')
-rw-r--r--pkgs/development/python-modules/pyipv8/default.nix31
1 files changed, 15 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/pyipv8/default.nix b/pkgs/development/python-modules/pyipv8/default.nix
index 24f0ba95c063..d4efef40e2d7 100644
--- a/pkgs/development/python-modules/pyipv8/default.nix
+++ b/pkgs/development/python-modules/pyipv8/default.nix
@@ -1,16 +1,17 @@
-{ lib
-, fetchPypi
-, buildPythonPackage
-, cryptography
-, libnacl
-, aiohttp
-, aiohttp-apispec
-, pyopenssl
-, pyasn1
-, marshmallow
-, typing-extensions
-, packaging
-, apispec
+{
+ lib,
+ fetchPypi,
+ buildPythonPackage,
+ cryptography,
+ libnacl,
+ aiohttp,
+ aiohttp-apispec,
+ pyopenssl,
+ pyasn1,
+ marshmallow,
+ typing-extensions,
+ packaging,
+ apispec,
}:
buildPythonPackage rec {
@@ -41,8 +42,6 @@ buildPythonPackage rec {
description = "Python implementation of Tribler's IPv8 p2p-networking layer";
homepage = "https://github.com/Tribler/py-ipv8";
license = licenses.lgpl3Only;
- maintainers = with maintainers; [
- mkg20001
- ];
+ maintainers = with maintainers; [ mkg20001 ];
};
}