From 2f680b0bb328145b5c8b9251176d38f89b7195df Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sat, 10 Oct 2020 23:26:34 -0400 Subject: [PATCH] Match repository URL in `bower.json` with the one on the registry --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 43401e1..c7c5049 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/purescript-contrib/purescript-nullable.git" + "url": "https://github.com/paf31/purescript-nullable.git" }, "ignore": [ "**/.*",