add myself as a maintainer

This commit is contained in:
Zeke Stephens
2020-10-01 21:33:48 -04:00
parent d1caa9bcaf
commit 2956f4ecc2
2 changed files with 7 additions and 1 deletions

View File

@@ -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 ];
};
}