opencollada-blender: fix homepage url

This commit is contained in:
Grimmauld
2025-09-27 12:02:24 +02:00
parent 8e2f87ab6d
commit f5102af824
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
meta = {
description = "Library for handling the COLLADA file format";
homepage = "https://github.com/KhronosGroup/OpenCOLLADA/";
homepage = "https://github.com/aras-p/OpenCOLLADA";
maintainers = [ lib.maintainers.amarshall ];
platforms = lib.platforms.unix;
license = lib.licenses.mit;