about summary refs log tree commit diff
path: root/pkgs/development/python-modules/flask-autoindex
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-11-17 20:41:33 +0100
committerTimo Kaufmann <timokau@zoho.com>2020-11-18 21:27:37 +0100
commitff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c (patch)
tree57b5cbc0519bda21537a1ae5648e1b8d5ec64721 /pkgs/development/python-modules/flask-autoindex
parent9b5f49e2f79d9f5ace0c5674aaa33e631b129876 (diff)
maintainers: create sage team
Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
Diffstat (limited to 'pkgs/development/python-modules/flask-autoindex')
-rw-r--r--pkgs/development/python-modules/flask-autoindex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/flask-autoindex/default.nix b/pkgs/development/python-modules/flask-autoindex/default.nix
index 26b6977116fd3..fff8859e86e08 100644
--- a/pkgs/development/python-modules/flask-autoindex/default.nix
+++ b/pkgs/development/python-modules/flask-autoindex/default.nix
@@ -32,7 +32,7 @@ buildPythonPackage rec {
       The result is just like mod_autoindex, but the look is more awesome!
     '';
     license = licenses.bsd2;
-    maintainers = with maintainers; [ timokau ];
+    maintainers = teams.sage.members;
     homepage = "https://pythonhosted.org/Flask-AutoIndex/";
   };
 }