python310Packages.guessit: update meta

This commit is contained in:
Fabian Affolter 2023-03-03 08:14:52 +01:00 committed by GitHub
parent f1833c5577
commit 870ef3e333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,10 +43,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "guessit" ];
meta = {
homepage = "https://doc.guessit.io/";
meta = with lib; {
description = "A Python library that extracts as much information as possible from a video filename";
homepage = "https://guessit-io.github.io/guessit/";
changelog = "https://github.com/guessit-io/guessit/raw/v${version}/CHANGELOG.md";
license = lib.licenses.lgpl3Only;
license = licenses.lgpl3Only;
maintainers = with maintainers; [ ];
};
}