about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-04 18:01:04 +0000
committerGitHub <noreply@github.com>2023-11-04 18:01:04 +0000
commit870227bcb60f0d34915015fb077811011e458979 (patch)
treed484e754303a9b89ee1ea9eca5eb150b9078d4a3 /pkgs/applications/graphics
parentb746e1269b9ba28d8c26807933df96a69c9d1fc4 (diff)
parent33ce4c9fe1efcf0091f27e8caa544554dbf21707 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/fiji/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/fiji/default.nix b/pkgs/applications/graphics/fiji/default.nix
index 039eb45a29670..e3847b98d5198 100644
--- a/pkgs/applications/graphics/fiji/default.nix
+++ b/pkgs/applications/graphics/fiji/default.nix
@@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
       binaryNativeCode
     ];
     license = with lib.licenses; [ gpl2Plus gpl3Plus bsd2 publicDomain ];
-    maintainers = with maintainers; [ zane ];
+    maintainers = with maintainers; [ ];
   };
 }