diff --git a/pkgs/applications/graphics/goxel/default.nix b/pkgs/applications/graphics/goxel/default.nix index 0c7d349d1d5c..16b3a8c5037b 100644 --- a/pkgs/applications/graphics/goxel/default.nix +++ b/pkgs/applications/graphics/goxel/default.nix @@ -28,6 +28,6 @@ stdenv.mkDerivation rec { homepage = "https://guillaumechereau.github.io/goxel/"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ tilpner ]; + maintainers = with maintainers; [ tilpner fgaz ]; }; }