From 5fd33bd90e8ad9ff7acba0c7d8ba27ed1aab0002 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Sat, 12 Jul 2025 01:16:50 -0600 Subject: [PATCH] python3Packages.tidalapi: add ryand56 as maintainer --- pkgs/development/python-modules/tidalapi/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tidalapi/default.nix b/pkgs/development/python-modules/tidalapi/default.nix index 628893235352..875a2af1cff9 100644 --- a/pkgs/development/python-modules/tidalapi/default.nix +++ b/pkgs/development/python-modules/tidalapi/default.nix @@ -46,6 +46,9 @@ buildPythonPackage rec { description = "Unofficial Python API for TIDAL music streaming service"; homepage = "https://github.com/tamland/python-tidal"; license = lib.licenses.gpl3; - maintainers = with lib.maintainers; [ drawbu ]; + maintainers = with lib.maintainers; [ + drawbu + ryand56 + ]; }; }