From 5c7c9ed4a7db36552d03664e1a038370df2b8693 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 28 May 2024 00:53:27 +0200 Subject: [PATCH] python311Packages.trimesh: update meta.homepage --- pkgs/development/python-modules/trimesh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/trimesh/default.nix b/pkgs/development/python-modules/trimesh/default.nix index 272a5d535a31..3bae963820d6 100644 --- a/pkgs/development/python-modules/trimesh/default.nix +++ b/pkgs/development/python-modules/trimesh/default.nix @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library for loading and using triangular meshes"; - homepage = "https://trimsh.org/"; + homepage = "https://trimesh.org/"; changelog = "https://github.com/mikedh/trimesh/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [