summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-01 23:54:27 +0200
committerGitHub <noreply@github.com>2022-06-01 23:54:27 +0200
commit964e96b4cb5f68f74d341faa51d2a8131492cbf9 (patch)
treedf88de46f51f6e76d3625936a7bd2bb61471ac6b
parent5b906c698d1bebfddcfa7f77281695a1c99b85aa (diff)
yle-dl: remove myself from maintainers
-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 13868bf2940e..8a976ae7831f 100644
--- a/pkgs/tools/misc/yle-dl/default.nix
+++ b/pkgs/tools/misc/yle-dl/default.nix
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://aajanki.github.io/yle-dl/";
changelog = "https://github.com/aajanki/yle-dl/blob/${version}/ChangeLog";
license = licenses.gpl3Plus;
- maintainers = with maintainers; [ dezgeg SuperSandro2000 ];
+ maintainers = with maintainers; [ dezgeg ];
platforms = platforms.unix;
};
}