From 2956f4ecc2bf1ec0555333c2fe95eaa0e446c492 Mon Sep 17 00:00:00 2001 From: Zeke Stephens Date: Thu, 1 Oct 2020 21:33:48 -0400 Subject: [PATCH] add myself as a maintainer --- maintainers/maintainer-list.nix | 6 ++++++ pkgs/development/python-modules/py-sonic/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 33e34fbab33..e06e2d31d74 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9716,4 +9716,10 @@ fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696"; }]; }; + wenngle = { + name = "Zeke Stephens"; + email = "zekestephens@gmail.com"; + github = "wenngle"; + githubId = 63376671; + }; } diff --git a/pkgs/development/python-modules/py-sonic/default.nix b/pkgs/development/python-modules/py-sonic/default.nix index 324d6027bc6..ebaf5f7f64f 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 ]; }; }