mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
vpnc: fix url
This commit is contained in:
parent
5797ba9d4a
commit
bf448029d9
@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "vpnc-0.5.3-post-r550";
|
||||
src = fetchsvn {
|
||||
url = "http://svn.unix-ag.uni-kl.de/vpnc";
|
||||
url = "https://svn.unix-ag.uni-kl.de/vpnc";
|
||||
rev = "550";
|
||||
sha256 = "0x4ckfv9lpykwmh28v1kyzz91y1j2v48fi8q5nsawrba4q0wlrls";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user