summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2023-11-16 15:57:44 +0100
committerHerwig Hochleitner <herwig@bendlas.net>2023-11-16 15:59:48 +0100
commit4012605429ca06705e1a012fe466b842746b63ca (patch)
tree4daafa86eeabd7848b86ae0718e08ca27daf7e29 /pkgs/applications/video
parent97dd4e7f4ff656f0658455495025c4e5d9373167 (diff)
webtorrent_desktop: remove flokli as maintainer
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/webtorrent_desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/webtorrent_desktop/default.nix b/pkgs/applications/video/webtorrent_desktop/default.nix
index 77983e4853ea2..925fa38a199aa 100644
--- a/pkgs/applications/video/webtorrent_desktop/default.nix
+++ b/pkgs/applications/video/webtorrent_desktop/default.nix
@@ -56,7 +56,7 @@ buildNpmPackage {
     description = "Streaming torrent app for Mac, Windows, and Linux";
     homepage = "https://webtorrent.io/desktop";
     license = licenses.mit;
-    maintainers = [ maintainers.flokli maintainers.bendlas ];
+    maintainers = [ maintainers.bendlas ];
   };
 
 }