summary refs log tree commit diff
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
parent97dd4e7f4ff656f0658455495025c4e5d9373167 (diff)
downloadnixpkgs-4012605429ca06705e1a012fe466b842746b63ca.tar
nixpkgs-4012605429ca06705e1a012fe466b842746b63ca.tar.gz
nixpkgs-4012605429ca06705e1a012fe466b842746b63ca.tar.bz2
nixpkgs-4012605429ca06705e1a012fe466b842746b63ca.tar.lz
nixpkgs-4012605429ca06705e1a012fe466b842746b63ca.tar.xz
nixpkgs-4012605429ca06705e1a012fe466b842746b63ca.tar.zst
nixpkgs-4012605429ca06705e1a012fe466b842746b63ca.zip
webtorrent_desktop: remove flokli as maintainer
-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 77983e4853e..925fa38a199 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 ];
   };
 
 }