forked from mirrors/nixpkgs
python310Packages.guessit: update meta
This commit is contained in:
parent
f1833c5577
commit
870ef3e333
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue