treewide: fix homepages with permanent redirect to https

This commit is contained in:
Ben Siraphob
2021-12-29 22:06:47 +07:00
parent 9d6fd49ad6
commit 39a0a70d29
19 changed files with 19 additions and 19 deletions
@@ -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;