about summary refs log tree commit diff
path: root/pkgs/development/python-modules/requests_download
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-12-05 23:20:11 +0100
committerGraham Christensen <graham@grahamc.com>2017-12-07 07:50:47 -0500
commit6f5d989478bf3d05648ec469a110a56d4fc7395d (patch)
tree48a8bbaffa5ddb46804cc9b1554fb0327d327830 /pkgs/development/python-modules/requests_download
parentae7e3a3a41f0fce455c5ac961026de0f9b51d97a (diff)
downloadnixlib-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar
nixlib-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.gz
nixlib-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.bz2
nixlib-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.lz
nixlib-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.xz
nixlib-6f5d989478bf3d05648ec469a110a56d4fc7395d.tar.zst
nixlib-6f5d989478bf3d05648ec469a110a56d4fc7395d.zip
treewide: checkMeta fixes for x86_64-linux
Diffstat (limited to 'pkgs/development/python-modules/requests_download')
-rw-r--r--pkgs/development/python-modules/requests_download/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/requests_download/default.nix b/pkgs/development/python-modules/requests_download/default.nix
index 4e2646eb6ab2..91ab82a7a30e 100644
--- a/pkgs/development/python-modules/requests_download/default.nix
+++ b/pkgs/development/python-modules/requests_download/default.nix
@@ -27,6 +27,6 @@ buildPythonPackage rec {
     description = "Download files using requests and save them to a target path";
     homepage = https://www.github.com/takluyver/requests_download;
     license = lib.licenses.mit;
-    maintainer = lib.maintainers.fridh;
+    maintainers = [ lib.maintainers.fridh ];
   };
-}
\ No newline at end of file
+}