undetected-chromedriver: fix homepage metadata

The package was inheriting chromedriver.meta without overriding homepage,
causing it to point to Google's ChromeDriver documentation instead of the
actual project repository.
This commit is contained in:
Bad3r
2026-01-29 11:02:28 +03:00
parent fa84b8a5bb
commit 5bd3ea03f0
@@ -37,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = chromedriver.meta // {
description = "Custom Selenium ChromeDriver that passes all bot mitigation systems";
homepage = "https://github.com/ultrafunkamsterdam/undetected-chromedriver";
mainProgram = "undetected-chromedriver";
maintainers = [ ];
};