python3Packages.cheetah3: use HTTPS meta.homepage

This commit is contained in:
Harinn
2026-06-07 10:43:58 +07:00
parent 2bd6620b55
commit 4ecfc278f4
@@ -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 ];