summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/antlr/4.7.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/parsing/antlr/4.7.nix')
-rw-r--r--pkgs/development/tools/parsing/antlr/4.7.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/antlr/4.7.nix b/pkgs/development/tools/parsing/antlr/4.7.nix
index 1ebf7d7dfe2..cee2033665d 100644
--- a/pkgs/development/tools/parsing/antlr/4.7.nix
+++ b/pkgs/development/tools/parsing/antlr/4.7.nix
@@ -73,7 +73,7 @@ let
         frameworks. From a grammar, ANTLR generates a parser that can build and
         walk parse trees.
       '';
-      homepage = http://www.antlr.org/;
+      homepage = https://www.antlr.org/;
       license = licenses.bsd3;
       platforms = platforms.unix;
     };