summary refs log tree commit diff
path: root/pkgs/tools/filesystems/irods/common.nix
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-01 02:05:55 -0500
committerGitHub <noreply@github.com>2018-05-01 02:05:55 -0500
commitb6a771f670b42bd26ab5ceadee1473460caba3a2 (patch)
treeb83068cc6a1eb16d67fe402e59ea19005ea68f6f /pkgs/tools/filesystems/irods/common.nix
parent800c46b24bda32efbc30faf6c7fcf63b1f8758ff (diff)
parent038a0c9a603166eada74e930859ccd7e0197f78d (diff)
downloadnixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.gz
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.bz2
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.lz
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.xz
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.tar.zst
nixlib-b6a771f670b42bd26ab5ceadee1473460caba3a2.zip
Merge pull request #39793 from ryantm/https
treewide: http to https
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 c7267aca1071..902d7d7d1a1e 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;