draco: update maintainers

This commit is contained in:
Zexin Yuan
2026-05-15 16:41:34 +02:00
committed by Wolfgang Walther
parent d08104f573
commit 4f5c50df55
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -70,7 +70,9 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://google.github.io/draco/";
changelog = "https://github.com/google/draco/releases/tag/${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ jansol ];
maintainers = with lib.maintainers; [
yzx9
];
platforms = lib.platforms.all;
};
})
+3 -1
View File
@@ -22,7 +22,9 @@ stdenv.mkDerivation (finalAttrs: {
description = "Header only C++11 tiny glTF 2.0 library";
homepage = "https://github.com/syoyo/tinygltf";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jansol ];
maintainers = with lib.maintainers; [
yzx9
];
platforms = lib.platforms.all;
};
})