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:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user