summary refs log tree commit diff
path: root/pkgs/os-specific/linux/disk-indicator
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/os-specific/linux/disk-indicator
parent6a9b74a92e78e99750607654b16e0085459dd0fd (diff)
downloadnixpkgs-47190314dfb7c62cb39e7d831237303b330ac8fb.tar
nixpkgs-47190314dfb7c62cb39e7d831237303b330ac8fb.tar.gz
nixpkgs-47190314dfb7c62cb39e7d831237303b330ac8fb.tar.bz2
nixpkgs-47190314dfb7c62cb39e7d831237303b330ac8fb.tar.lz
nixpkgs-47190314dfb7c62cb39e7d831237303b330ac8fb.tar.xz
nixpkgs-47190314dfb7c62cb39e7d831237303b330ac8fb.tar.zst
nixpkgs-47190314dfb7c62cb39e7d831237303b330ac8fb.zip
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/os-specific/linux/disk-indicator')
-rw-r--r--pkgs/os-specific/linux/disk-indicator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/disk-indicator/default.nix b/pkgs/os-specific/linux/disk-indicator/default.nix
index 8a083b8b894..ac30a947ad9 100644
--- a/pkgs/os-specific/linux/disk-indicator/default.nix
+++ b/pkgs/os-specific/linux/disk-indicator/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
   version = "unstable-2014-05-19";
 
   src = fetchgit {
-    url = "git://github.com/MeanEYE/Disk-Indicator.git";
+    url = "https://github.com/MeanEYE/Disk-Indicator.git";
     rev = "51ef4afd8141b8d0659cbc7dc62189c56ae9c2da";
     sha256 = "10jx6mx9qarn21p2l2jayxkn1gmqhvck1wymgsr4jmbwxl8ra5kd";
   };