summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/pyradios/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyradios/default.nix')
-rw-r--r--pkgs/development/python-modules/pyradios/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyradios/default.nix b/pkgs/development/python-modules/pyradios/default.nix
index 42b46720fca2..45e972ab5e28 100644
--- a/pkgs/development/python-modules/pyradios/default.nix
+++ b/pkgs/development/python-modules/pyradios/default.nix
@@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Python client for the https://api.radio-browser.info";
homepage = "https://github.com/andreztz/pyradios";
license = licenses.mit;
- maintainers = with maintainers; [ infinisil ];
+ maintainers = [ ];
};
}