about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/video/xscast
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/video/xscast')
-rw-r--r--nixpkgs/pkgs/applications/video/xscast/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/video/xscast/default.nix b/nixpkgs/pkgs/applications/video/xscast/default.nix
index d740efe0c9b2..f3b44bf7c6aa 100644
--- a/nixpkgs/pkgs/applications/video/xscast/default.nix
+++ b/nixpkgs/pkgs/applications/video/xscast/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation {
     homepage = "https://github.com/KeyboardFire/xscast";
     license = licenses.mit;
     description = "Screencasts of windows with list of keystrokes overlayed";
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
   };
 }