From fc6ea8c412ba8ac1216641bd0d4127e3b12e1981 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 18 Aug 2024 09:44:56 +0900 Subject: [PATCH] python312Packages.labgrid: update meta.homepage --- pkgs/development/python-modules/labgrid/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/labgrid/default.nix b/pkgs/development/python-modules/labgrid/default.nix index 57e1a751cd52..f81fe0c2305a 100644 --- a/pkgs/development/python-modules/labgrid/default.nix +++ b/pkgs/development/python-modules/labgrid/default.nix @@ -89,7 +89,7 @@ buildPythonPackage rec { meta = with lib; { description = "Embedded control & testing library"; - homepage = "https://labgrid.org"; + homepage = "https://github.com/labgrid-project/labgrid"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ emantor ]; platforms = with platforms; linux;