vpnc: fix url
This commit is contained in:
parent
5797ba9d4a
commit
bf448029d9
@ -3,7 +3,7 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vpnc-0.5.3-post-r550";
|
name = "vpnc-0.5.3-post-r550";
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "http://svn.unix-ag.uni-kl.de/vpnc";
|
url = "https://svn.unix-ag.uni-kl.de/vpnc";
|
||||||
rev = "550";
|
rev = "550";
|
||||||
sha256 = "0x4ckfv9lpykwmh28v1kyzz91y1j2v48fi8q5nsawrba4q0wlrls";
|
sha256 = "0x4ckfv9lpykwmh28v1kyzz91y1j2v48fi8q5nsawrba4q0wlrls";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user