Unverified Commit f5102af8 authored by Grimmauld's avatar Grimmauld
Browse files

opencollada-blender: fix homepage url

parent 8e2f87ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;