draco: add meta.changelog

This commit is contained in:
Jan Solanti 2022-11-01 02:32:17 +02:00
parent ff30df57d1
commit be60d9ad17

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Library for compressing and decompressing 3D geometric meshes and point clouds";
homepage = "https://google.github.io/draco/";
changelog = "https://github.com/google/draco/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ jansol ];
platforms = platforms.all;