python31{1,2}Packages.tidalapi: add drawbu to meta.maintainers
This commit is contained in:
parent
98e3e05206
commit
f10f3f4fed
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
|||
changelog = "https://github.com/tamland/python-tidal/releases/tag/v${version}";
|
||||
description = "Unofficial Python API for TIDAL music streaming service";
|
||||
homepage = "https://github.com/tamland/python-tidal";
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ drawbu ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue