python312Packages.htmldate: update license

Was GPLv3, is now Apache-2
This commit is contained in:
Fabian Affolter 2024-04-12 10:16:33 +02:00
parent fd7880beec
commit a0493a1408
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ buildPythonPackage rec {
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";
license = licenses.gpl3Plus;
license = licenses.asl20;
maintainers = with maintainers; [ jokatzke ];
mainProgram = "htmldate";
};