summary refs log tree commit diff
path: root/pkgs/development/libraries/java/saxon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/java/saxon/default.nix')
-rw-r--r--pkgs/development/libraries/java/saxon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/java/saxon/default.nix b/pkgs/development/libraries/java/saxon/default.nix
index 484f9017ae7..4ff3e69c34c 100644
--- a/pkgs/development/libraries/java/saxon/default.nix
+++ b/pkgs/development/libraries/java/saxon/default.nix
@@ -28,7 +28,7 @@ let
 
       meta = with lib; {
         inherit description license;
-        homepage = "http://saxon.sourceforge.net/";
+        homepage = "https://saxon.sourceforge.net/";
         sourceProvenance = with sourceTypes; [ binaryBytecode ];
         maintainers = with maintainers; [ rvl ];
         platforms = platforms.all;
@@ -44,7 +44,7 @@ in {
       sha256 = "0l5y3y2z4wqgh80f26dwwxwncs8v3nkz3nidv14z024lmk730vs3";
     };
     description = "XSLT 1.0 processor";
-    # http://saxon.sourceforge.net/saxon6.5.3/conditions.html
+    # https://saxon.sourceforge.net/saxon6.5.3/conditions.html
     license = lib.licenses.mpl10;
     java = jre8;
   };