goxel: add fgaz to maintainers

This commit is contained in:
Francesco Gazzetta
2023-04-02 14:26:27 +02:00
parent 49410a7a6b
commit ad70cebdfd
+1 -1
View File
@@ -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 ];
};
}