about summary refs log tree commit diff
path: root/pkgs/applications/video/clapper
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-04-25 00:06:51 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2024-04-25 00:06:51 +1000
commita333ffb914a4c40e58ed12bc8e4941244eae408d (patch)
tree170ca1bf06dbc92df43922847caade532fd21b4a /pkgs/applications/video/clapper
parent1233a56d8341ce110d2d3fb28320640f1dd62e5c (diff)
clapper: remove tomfitzhenry as maintainer
I no longer use this, so am not best placed to maintain/test this.
Diffstat (limited to 'pkgs/applications/video/clapper')
-rw-r--r--pkgs/applications/video/clapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/clapper/default.nix b/pkgs/applications/video/clapper/default.nix
index 954ea58b4554d..6d1539f93575c 100644
--- a/pkgs/applications/video/clapper/default.nix
+++ b/pkgs/applications/video/clapper/default.nix
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "https://github.com/Rafostar/clapper";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ tomfitzhenry ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
   };
 }