diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-clckwrks-theme-bootstrap [![Hackage](https://img.shields.io/hackage/v/clckwrks-theme-bootstrap.svg)](https://hackage.haskell.org/package/clckwrks-theme-bootstrap) [![Build Status](https://api.travis-ci.org/clckwrks/clckwrks-theme-bootstrap.svg?branch=master)](https://travis-ci.org/clckwrks/clckwrks-theme-bootstrap)
+clckwrks-theme-bootstrap [![Hackage](https://img.shields.io/hackage/v/clckwrks-theme-bootstrap.svg)](https://hackage.haskell.org/package/clckwrks-theme-bootstrap) [![Build Status](https://api.travis-ci.com/clckwrks/clckwrks-theme-bootstrap.svg?branch=master)](https://travis-ci.com/clckwrks/clckwrks-theme-bootstrap)
 =========
 
 A clckwrks theme based on bootstrap.
diff --git a/Theme.hs b/Theme.hs
--- a/Theme.hs
+++ b/Theme.hs
@@ -110,7 +110,7 @@
       <meta name="viewport" content="width=device-width, initial-scale=1.0" />
       -- the meta tags must come first
       <title><% ttl %></title>
-      <script src="http://code.jquery.com/jquery-latest.js"></script>
+      <script src="//code.jquery.com/jquery-latest.js"></script>
       <link rel="stylesheet" type="text/css" media="screen" href=(ThemeData "data/css/bootstrap.min.css")  />
       <script src=(ThemeData "data/js/bootstrap.min.js")></script>
       <link rel="stylesheet" type="text/css" href=(ThemeData "data/css/hscolour.css") />
diff --git a/clckwrks-theme-bootstrap.cabal b/clckwrks-theme-bootstrap.cabal
--- a/clckwrks-theme-bootstrap.cabal
+++ b/clckwrks-theme-bootstrap.cabal
@@ -1,5 +1,5 @@
 name:                clckwrks-theme-bootstrap
-version:             0.4.2.4
+version:             0.4.3
 synopsis:            simple bootstrap based template for clckwrks
 description:         A simple bootstrap based theme for use with clckwrks.
 homepage:            http://www.clckwrks.com/
@@ -31,9 +31,8 @@
         data/fonts/glyphicons-halflings-regular.woff2
 
 source-repository head
-    type:     darcs
-    subdir:   clckwrks-theme-bootstrap
-    location: http://hub.darcs.net/stepcut/clckwrks
+    type:     git
+    location: https://github.com/clckwrks/clckwrks-theme-bootstrap.git
 
 library
   default-language:    Haskell2010
