mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: ungoogled-chromium: Mention chromedriver in the description.
* gnu/packages/chromium.scm (ungoogled-chromium) [description]: Mention that chromedriver is included in the package.
This commit is contained in:
parent
bcf26fa54f
commit
d08f90be6f
1 changed files with 3 additions and 1 deletions
|
@ -911,7 +911,9 @@ (define-public ungoogled-chromium
|
||||||
(home-page "https://github.com/Eloston/ungoogled-chromium")
|
(home-page "https://github.com/Eloston/ungoogled-chromium")
|
||||||
(description
|
(description
|
||||||
"Ungoogled-Chromium is the Chromium web browser, with some functionality
|
"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
|
;; Chromium is developed as BSD-3, but bundles a large number of third-party
|
||||||
;; components with other licenses. For full information, see chrome://credits.
|
;; components with other licenses. For full information, see chrome://credits.
|
||||||
(license (list license:bsd-3
|
(license (list license:bsd-3
|
||||||
|
|
Loading…
Reference in a new issue