lol

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

Clément f10f3f4f 98e3e052

+1 -1
+1 -1
pkgs/development/python-modules/tidalapi/default.nix
··· 39 39 changelog = "https://github.com/tamland/python-tidal/releases/tag/v${version}"; 40 40 description = "Unofficial Python API for TIDAL music streaming service"; 41 41 homepage = "https://github.com/tamland/python-tidal"; 42 - maintainers = [ ]; 43 42 license = lib.licenses.gpl3; 43 + maintainers = with lib.maintainers; [ drawbu ]; 44 44 }; 45 45 }