about summary refs log tree commit diff
path: root/pkgs/development/tools/ofono-phonesim
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-01-27 21:10:36 +0100
committerJörg Thalheim <joerg@thalheim.io>2023-01-27 21:11:39 +0100
commitb0ccd1d737d29e2afbc455124b694e9815a03ddb (patch)
tree56d7aec0b27a0d0d16e99447a3f9cc2b7e992fdc /pkgs/development/tools/ofono-phonesim
parentdbbc4ec226675082e49f88367aa9f8f5a1083a6d (diff)
treewide: use more secure and proxy friendly https protocol to fetch from git.kernel.org
Diffstat (limited to 'pkgs/development/tools/ofono-phonesim')
-rw-r--r--pkgs/development/tools/ofono-phonesim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ofono-phonesim/default.nix b/pkgs/development/tools/ofono-phonesim/default.nix
index c9728f9cbbf63..faa7b3eae900f 100644
--- a/pkgs/development/tools/ofono-phonesim/default.nix
+++ b/pkgs/development/tools/ofono-phonesim/default.nix
@@ -11,7 +11,7 @@ mkDerivation {
   version = "unstable-2019-11-18";
 
   src = fetchgit {
-    url = "git://git.kernel.org/pub/scm/network/ofono/phonesim.git";
+    url = "https://git.kernel.org/pub/scm/network/ofono/phonesim.git";
     rev = "adf231a84cd3708b825dc82c56e841dd7e3b4541";
     sha256 = "1840914sz46l8h2jwa0lymw6dvgj72wq9bhp3k4v4rk6masbf6hp";
   };