summaryrefslogtreecommitdiff
path: root/pkgs/tools/graphics/flam3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/flam3/default.nix')
-rw-r--r--pkgs/tools/graphics/flam3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/flam3/default.nix b/pkgs/tools/graphics/flam3/default.nix
index 2015de607d25..bd959e3227e7 100644
--- a/pkgs/tools/graphics/flam3/default.nix
+++ b/pkgs/tools/graphics/flam3/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cosmic recursive fractal flames";
homepage = "https://flam3.com/";
- maintainers = [ maintainers.nand0p ];
+ maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl3Plus;
};