about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@posteo.de>2022-03-24 21:17:45 +0100
committerLucas Hoffmann <lucc@posteo.de>2022-03-25 11:21:42 +0100
commit47190314dfb7c62cb39e7d831237303b330ac8fb (patch)
treea7b53d90e4c18314413dca0ac81ceed4a24213c8 /pkgs/applications/networking/p2p
parent6a9b74a92e78e99750607654b16e0085459dd0fd (diff)
treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/twister/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/twister/default.nix b/pkgs/applications/networking/p2p/twister/default.nix
index 9c708b7958854..cb48a790b543c 100644
--- a/pkgs/applications/networking/p2p/twister/default.nix
+++ b/pkgs/applications/networking/p2p/twister/default.nix
@@ -7,7 +7,7 @@ let
   twisterHTML = srcOnly {
     name = "twister-html";
     src = fetchgit {
-      url = "git://github.com/miguelfreitas/twister-html.git";
+      url = "https://github.com/miguelfreitas/twister-html.git";
       rev = "01e7f7ca9b7e42ed90f91bc42da2c909ca5c0b9b";
       sha256 = "0scjbin6s1kmi0bqq0dx0qyjw4n5xgmj567n0156i39f9h0dabqy";
     };