Unverified Commit f10f3f4f authored by Clément's avatar Clément
Browse files

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

parent 98e3e052
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}