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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.torproject.org/projects/vidalia.html.en;
|
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";
|
description = "a cross-platform graphical controller for the Tor software, built using the Qt framework";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user