From 3ed376344af6fb81602a3bac2c729c20e0026f28 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Wed, 11 Feb 2026 12:52:39 +0900 Subject: [PATCH] chore: change repository protocol from deprecated git to https https://github.blog/security/application-security/improving-git-protocol-security-github/ --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8f68dc8..ca6390b 100644 --- a/README.markdown +++ b/README.markdown @@ -22,7 +22,7 @@ Please report bugs via the Master [git mirror](https://github.com/haskell/statistics): -* `git clone git://github.com/haskell/statistics.git` +* `git clone https://github.com/haskell/statistics.git` # Authors