about summary refs log tree commit diff
path: root/pkgs/tools/audio/pa-applet
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/tools/audio/pa-applet
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/tools/audio/pa-applet')
-rw-r--r--pkgs/tools/audio/pa-applet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/pa-applet/default.nix b/pkgs/tools/audio/pa-applet/default.nix
index 6adc24e5300db..6454a14b4265b 100644
--- a/pkgs/tools/audio/pa-applet/default.nix
+++ b/pkgs/tools/audio/pa-applet/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
   version = "unstable-2012-04-11";
 
   src = fetchgit {
-    url = "git://github.com/fernandotcl/pa-applet.git";
+    url = "https://github.com/fernandotcl/pa-applet.git";
     rev = "005f192df9ba6d2e6491f9aac650be42906b135a";
     sha256 = "1242sdri67wnm1cd0hr40mxarkh7qs7mb9n2m0g9dbz0f4axj6wa";
   };