python3Packages.tidalapi: add ryand56 as maintainer

This commit is contained in:
Ryan Omasta 2025-07-12 01:16:50 -06:00
parent 696ecc1410
commit 5fd33bd90e
No known key found for this signature in database

View File

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