diff --git a/deque.cabal b/deque.cabal
--- a/deque.cabal
+++ b/deque.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          deque
-version:       0.4.4.1
+version:       0.4.4.2
 synopsis:      Double-ended queues
 description:
   Strict and lazy implementations of Double-Ended Queue (aka Dequeue or Deque)
@@ -17,7 +17,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/nikita-volkov/deque.git
+  location: https://github.com/nikita-volkov/deque
 
 library
   hs-source-dirs:     library
@@ -84,4 +84,4 @@
     , deque
     , rerebase <2
     , tasty >=0.12 && <2
-    , tasty-quickcheck >=0.9 && <0.11
+    , tasty-quickcheck >=0.9 && <0.12
