python31{1,2}Packages.tidalapi: add drawbu to meta.maintainers

This commit is contained in:
Clément 2024-05-10 09:11:51 +02:00
parent 98e3e05206
commit f10f3f4fed
No known key found for this signature in database
GPG Key ID: 005280E9B819AECF

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