3
0
Fork 0
forked from mirrors/nixpkgs

goxel: add fgaz to maintainers

This commit is contained in:
Francesco Gazzetta 2023-04-02 14:26:27 +02:00
parent 49410a7a6b
commit ad70cebdfd

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 ];
};
}