python3Packages.jinja2: update homepage

This commit is contained in:
Sandro 2022-03-30 00:39:54 +02:00 committed by GitHub
parent 630732fdd7
commit 44f80c6cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "http://jinja.pocoo.org/";
homepage = "https://jinja.palletsprojects.com/";
description = "Stand-alone template engine";
license = licenses.bsd3;
longDescription = ''