summary refs log tree commit diff
path: root/pkgs/tools/filesystems/irods/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/irods/common.nix')
-rw-r--r--pkgs/tools/filesystems/irods/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/irods/common.nix b/pkgs/tools/filesystems/irods/common.nix
index c7267aca107..902d7d7d1a1 100644
--- a/pkgs/tools/filesystems/irods/common.nix
+++ b/pkgs/tools/filesystems/irods/common.nix
@@ -47,7 +47,7 @@ with stdenv;
       important in data management. The development infrastructure supports exhaustive
       testing on supported platforms; plug-in support for microservices, storage resources,
       drivers, and databases; and extensive documentation, training and support services.'';
-    homepage = http://irods.org;
+    homepage = https://irods.org;
     license = stdenv.lib.licenses.bsd3;
     maintainers = [ stdenv.lib.maintainers.bzizou ];
     platforms = stdenv.lib.platforms.all;