guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: js-selectize: Use HTTPS home page.


From: guix-commits
Subject: 09/09: gnu: js-selectize: Use HTTPS home page.
Date: Wed, 19 Feb 2020 18:46:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 00c967f6a403f06c2e2217a8b0f208ddc89bca4c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:11:11 2020 +0100

    gnu: js-selectize: Use HTTPS home page.
    
    * gnu/packages/javascript.scm (js-selectize)[home-page]: Use HTTPS.
---
 gnu/packages/javascript.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index 6868a37..467a7d0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]