nvchecker: remove with lib

This commit is contained in:
nayeko
2025-02-15 01:26:20 +00:00
committed by GitHub
parent 3172620e99
commit a2fca55c8a
@@ -76,11 +76,11 @@ buildPythonPackage rec {
htmlparser = [ lxml ];
};
meta = with lib; {
meta = {
description = "New version checker for software";
homepage = "https://github.com/lilydjwg/nvchecker";
changelog = "https://github.com/lilydjwg/nvchecker/releases/tag/v${version}";
license = licenses.mit;
license = lib.licenses.mit;
maintainers = [ ];
};
}