From 4ecfc278f4bc9aa405bf79a091339a9d7c9852b6 Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 7 Jun 2026 10:43:58 +0700 Subject: [PATCH] python3Packages.cheetah3: use HTTPS meta.homepage --- pkgs/development/python-modules/cheetah3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cheetah3/default.nix b/pkgs/development/python-modules/cheetah3/default.nix index 5cc6b91f8a44..fea1a79f272f 100644 --- a/pkgs/development/python-modules/cheetah3/default.nix +++ b/pkgs/development/python-modules/cheetah3/default.nix @@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Template engine and code generation tool"; - homepage = "http://www.cheetahtemplate.org/"; + homepage = "https://www.cheetahtemplate.org/"; changelog = "https://github.com/CheetahTemplate3/cheetah3/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pjjw ];