me
/
guix
Archived
1
0
Fork 0

gnu: js-selectize: Use HTTPS home page.

* gnu/packages/javascript.scm (js-selectize)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 20:11:11 +01:00
parent 082c733c1d
commit 00c967f6a4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ Worker, but it can be used in other JavaScript environments.")
"15gichl8wi6yxag2ps723nxrgyan15976dzsnvw9h9py8sbyyzjn")))) "15gichl8wi6yxag2ps723nxrgyan15976dzsnvw9h9py8sbyyzjn"))))
(build-system minify-build-system) (build-system minify-build-system)
(arguments `(#:javascript-files '("src/selectize.js"))) (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") (synopsis "Hybrid widget between a textbox and <select> box")
(description "Selectize is the hybrid of a textbox and @code{<select>} (description "Selectize is the hybrid of a textbox and @code{<select>}
box. It's jQuery based and it has autocomplete and native-feeling keyboard box. It's jQuery based and it has autocomplete and native-feeling keyboard