Unverified Commit a2fca55c authored by nayeko's avatar nayeko Committed by GitHub
Browse files

nvchecker: remove with lib

parent 3172620e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}