python3Packages.htmldate: 1.9.2 -> 1.9.3

https://github.com/adbar/htmldate/blob/v1.9.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2025-01-19 21:15:50 +01:00
parent 7476c2704a
commit 75931b4ca5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -70,7 +70,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for the extraction of original and updated publication dates from URLs and web pages";
homepage = "https://htmldate.readthedocs.io";
changelog = "https://github.com/adbar/htmldate/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/adbar/htmldate/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ jokatzke ];
mainProgram = "htmldate";