summaryrefslogtreecommitdiff
path: root/p/haskell-mutable-containers/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-mutable-containers/debian/control')
-rw-r--r--p/haskell-mutable-containers/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/haskell-mutable-containers/debian/control b/p/haskell-mutable-containers/debian/control
index 106dab4a8..044f3d657 100644
--- a/p/haskell-mutable-containers/debian/control
+++ b/p/haskell-mutable-containers/debian/control
@@ -24,7 +24,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/fpco/mutable-containers
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
X-Description: Abstactions and concrete implementations of mutable containers
One of Haskell's strengths is immutable data structures. These structures make
it easier to reason about code, simplify concurrency and parallelism, and in