diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-09-25 00:05:22 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-09-25 00:06:30 -0400 |
commit | d08f90be6f6b66c9fec8fd18693d02ba5058424e (patch) | |
tree | a85263f81d9d6350694aa7e25dac9808b206da9a /gnu/packages/chromium.scm | |
parent | bcf26fa54f4a9114a8363c179cdf9f58942b92f1 (diff) |
gnu: ungoogled-chromium: Mention chromedriver in the description.
* gnu/packages/chromium.scm (ungoogled-chromium) [description]: Mention that
chromedriver is included in the package.
Diffstat (limited to 'gnu/packages/chromium.scm')
-rw-r--r-- | gnu/packages/chromium.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 23b6b0dfab..768564d42e 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -911,7 +911,9 @@ (home-page "https://github.com/Eloston/ungoogled-chromium") (description "Ungoogled-Chromium is the Chromium web browser, with some functionality -disabled in order to protect the users privacy.") +disabled in order to protect the users privacy. This package also includes +the @command{chromedriver} command, which can be useful for automated web +testing.") ;; Chromium is developed as BSD-3, but bundles a large number of third-party ;; components with other licenses. For full information, see chrome://credits. (license (list license:bsd-3 |