From f10f3f4fed28afc9a8aa8975d95cdeb32440b9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Fri, 10 May 2024 09:11:51 +0200 Subject: [PATCH] python31{1,2}Packages.tidalapi: add drawbu to meta.maintainers --- pkgs/development/python-modules/tidalapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tidalapi/default.nix b/pkgs/development/python-modules/tidalapi/default.nix index 8ec070b1b14b..dcd27bffb2bc 100644 --- a/pkgs/development/python-modules/tidalapi/default.nix +++ b/pkgs/development/python-modules/tidalapi/default.nix @@ -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 ]; }; }