about summary refs log tree commit diff
path: root/pkgs/development/libraries/java
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-12-29 22:02:51 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-12-29 22:06:47 +0700
commit39a0a70d290c8059b13c78e5bb01e3bdef968737 (patch)
tree4f72b36f955fa5c90e5b4825b19ac4707debe261 /pkgs/development/libraries/java
parent9d6fd49ad6efed0243259e1222f683d8d85322f0 (diff)
treewide: fix homepages with permanent redirect to https
Diffstat (limited to 'pkgs/development/libraries/java')
-rw-r--r--pkgs/development/libraries/java/commons/math/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/java/commons/math/default.nix b/pkgs/development/libraries/java/commons/math/default.nix
index 960f12fb8bfb9..5543532015e0b 100644
--- a/pkgs/development/libraries/java/commons/math/default.nix
+++ b/pkgs/development/libraries/java/commons/math/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    homepage    = "http://commons.apache.org/proper/commons-math/";
+    homepage    = "https://commons.apache.org/proper/commons-math/";
     description = "A library of lightweight, self-contained mathematics and statistics components";
     maintainers = with lib.maintainers; [ copumpkin ];
     license     = lib.licenses.asl20;