diff --git a/bytestring-tree-builder.cabal b/bytestring-tree-builder.cabal
--- a/bytestring-tree-builder.cabal
+++ b/bytestring-tree-builder.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          bytestring-tree-builder
-version:       0.2.7.12
+version:       0.2.7.13
 category:      ByteString
 synopsis:
   A very efficient ByteString builder implementation based on the binary tree
@@ -24,7 +24,7 @@
 
 source-repository head
   type:     git
-  location: git://github.com/nikita-volkov/bytestring-tree-builder.git
+  location: https://github.com/nikita-volkov/bytestring-tree-builder
 
 common base
   default-language:   Haskell2010
@@ -104,4 +104,4 @@
     , quickcheck-instances >=0.3.25 && <0.4
     , tasty >=1.4 && <2
     , tasty-hunit >=0.10 && <0.11
-    , tasty-quickcheck >=0.10 && <0.11
+    , tasty-quickcheck >=0.10 && <0.12
