From fce8f26af6ef8209c7d282938e9457438746841b Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Wed, 27 Jun 2018 13:12:57 -0700 Subject: treewide: http -> https (#42665) --- pkgs/applications/misc/vcal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/misc/vcal') diff --git a/pkgs/applications/misc/vcal/default.nix b/pkgs/applications/misc/vcal/default.nix index 9225bd86492e7..c826bb1dc951a 100644 --- a/pkgs/applications/misc/vcal/default.nix +++ b/pkgs/applications/misc/vcal/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Parser for VCalendar and ICalendar files, usable from the command line"; - homepage = http://waynemorrison.com/software/; + homepage = https://waynemorrison.com/software/; license = licenses.asl20; maintainers = with maintainers; [ peterhoeg ]; }; -- cgit 1.4.1