summary refs log tree commit diff
path: root/pkgs/tools/misc/yle-dl/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-10-27 12:08:00 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-10-28 13:47:13 -0700
commitcedc271c918c0478967865260295d6ab6aa41582 (patch)
tree23f98adda51a08e2e509f42928acb90c99255473 /pkgs/tools/misc/yle-dl/default.nix
parentee2e2c10327a1f0cbf47d173f7604e5623876673 (diff)
downloadnixpkgs-cedc271c918c0478967865260295d6ab6aa41582.tar
nixpkgs-cedc271c918c0478967865260295d6ab6aa41582.tar.gz
nixpkgs-cedc271c918c0478967865260295d6ab6aa41582.tar.bz2
nixpkgs-cedc271c918c0478967865260295d6ab6aa41582.tar.lz
nixpkgs-cedc271c918c0478967865260295d6ab6aa41582.tar.xz
nixpkgs-cedc271c918c0478967865260295d6ab6aa41582.tar.zst
nixpkgs-cedc271c918c0478967865260295d6ab6aa41582.zip
yle-dl: Add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/tools/misc/yle-dl/default.nix')
-rw-r--r--pkgs/tools/misc/yle-dl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/yle-dl/default.nix b/pkgs/tools/misc/yle-dl/default.nix
index 2c2165ef562..4e0f2787fdb 100644
--- a/pkgs/tools/misc/yle-dl/default.nix
+++ b/pkgs/tools/misc/yle-dl/default.nix
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
     description = "Downloads videos from Yle (Finnish Broadcasting Company) servers";
     homepage = "https://aajanki.github.io/yle-dl/";
     license = licenses.gpl3Plus;
-    maintainers = [ maintainers.dezgeg ];
+    maintainers = with maintainers; [ dezgeg SuperSandro2000 ];
     platforms = platforms.linux;
   };
 }