From 47190314dfb7c62cb39e7d831237303b330ac8fb Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 24 Mar 2022 21:17:45 +0100 Subject: 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/ --- pkgs/tools/audio/pa-applet/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/audio') 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"; }; -- cgit 1.4.1