about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-sonic/default.nix
diff options
context:
space:
mode:
authorZeke Stephens <zekestephens@gmail.com>2020-10-01 21:33:48 -0400
committerZeke Stephens <zekestephens@gmail.com>2020-10-02 15:39:08 -0400
commit2956f4ecc2bf1ec0555333c2fe95eaa0e446c492 (patch)
treeba17b996e1fc770b202a2ba575a2515e3a2be87b /pkgs/development/python-modules/py-sonic/default.nix
parentd1caa9bcaf241a3105dc5b7fd0143d2f9db9cc88 (diff)
add myself as a maintainer
Diffstat (limited to 'pkgs/development/python-modules/py-sonic/default.nix')
-rw-r--r--pkgs/development/python-modules/py-sonic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/py-sonic/default.nix b/pkgs/development/python-modules/py-sonic/default.nix
index 324d6027bc611..ebaf5f7f64f61 100644
--- a/pkgs/development/python-modules/py-sonic/default.nix
+++ b/pkgs/development/python-modules/py-sonic/default.nix
@@ -18,6 +18,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/crustymonkey/py-sonic";
     description = "A python wrapper library for the Subsonic REST API";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ wenngle ];
   };
 }