mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: js-selectize: Use HTTPS home page.
* gnu/packages/javascript.scm (js-selectize)[home-page]: Use HTTPS.
This commit is contained in:
parent
082c733c1d
commit
00c967f6a4
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ Worker, but it can be used in other JavaScript environments.")
|
|||
"15gichl8wi6yxag2ps723nxrgyan15976dzsnvw9h9py8sbyyzjn"))))
|
||||
(build-system minify-build-system)
|
||||
(arguments `(#:javascript-files '("src/selectize.js")))
|
||||
(home-page "http://selectize.github.io/selectize.js/")
|
||||
(home-page "https://selectize.github.io/selectize.js/")
|
||||
(synopsis "Hybrid widget between a textbox and <select> box")
|
||||
(description "Selectize is the hybrid of a textbox and @code{<select>}
|
||||
box. It's jQuery based and it has autocomplete and native-feeling keyboard
|
||||
|
|
Loading…
Reference in a new issue