mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
vidalia: fix meta.repositories.git, since torproject only allows https access now
This commit is contained in:
parent
47d2dd4f31
commit
33449c54dd
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.torproject.org/projects/vidalia.html.en;
|
||||
repositories.git = git://git.torproject.org/vidalia;
|
||||
repositories.git = https://git.torproject.org/vidalia;
|
||||
description = "a cross-platform graphical controller for the Tor software, built using the Qt framework";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
|
Loading…
Reference in New Issue
Block a user