From ad70cebdfd6c97f293a769c9f6af27a78e2e290c Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sun, 2 Apr 2023 14:26:27 +0200 Subject: [PATCH] goxel: add fgaz to maintainers --- pkgs/applications/graphics/goxel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }