tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python31{1,2}Packages.tidalapi: add drawbu to meta.maintainers
Clément
2 years ago
f10f3f4f
98e3e052
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
tidalapi
default.nix
+1
-1
pkgs/development/python-modules/tidalapi/default.nix
reviewed
···
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
42
-
maintainers = [ ];
43
42
license = lib.licenses.gpl3;
43
43
+
maintainers = with lib.maintainers; [ drawbu ];
44
44
};
45
45
}