diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:11:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-19 23:48:26 +0100 |
commit | 00c967f6a403f06c2e2217a8b0f208ddc89bca4c (patch) | |
tree | f99a20bc651422106e1ed59234c267406b98443f | |
parent | 082c733c1d7e20efd736cd79bc2ad7641223d37a (diff) |
gnu: js-selectize: Use HTTPS home page.
* gnu/packages/javascript.scm (js-selectize)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/javascript.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm index 6868a37f86..467a7d0cb9 100644 --- a/gnu/packages/javascript.scm +++ b/gnu/packages/javascript.scm @@ -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 |