vcg: adopt

This commit is contained in:
Guilhem Saurel
2025-10-28 19:54:36 +01:00
parent 2f5527cbd5
commit c38f7f8446
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "C++ library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ ];
maintainers = [ lib.maintainers.nim65s ];
};
}