lol

vidalia: fix meta.repositories.git, since torproject only allows https access now

+1 -1
+1 -1
pkgs/tools/security/vidalia/default.nix
··· 15 15 16 16 meta = with stdenv.lib; { 17 17 homepage = https://www.torproject.org/projects/vidalia.html.en; 18 - repositories.git = git://git.torproject.org/vidalia; 18 + repositories.git = https://git.torproject.org/vidalia; 19 19 description = "a cross-platform graphical controller for the Tor software, built using the Qt framework"; 20 20 license = licenses.gpl2Plus; 21 21 maintainers = [ maintainers.phreedom ];