Treewide: fix some permanent redirects on homepages

(#153213)
Issue #60004
This commit is contained in:
Renaud
2022-01-03 16:53:12 +01:00
committed by GitHub
parent 0bed14f8e7
commit 944a2dc835
65 changed files with 69 additions and 69 deletions
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://commons.apache.org/proper/commons-bcel/";
homepage = "https://commons.apache.org/proper/commons-bcel/";
description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files";
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Interface to scripting languages, including JSR-223";
homepage = "http://commons.apache.org/proper/commons-bsf/";
homepage = "https://commons.apache.org/proper/commons-bsf/";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
};
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://commons.apache.org/proper/commons-compress";
homepage = "https://commons.apache.org/proper/commons-compress";
description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files";
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://commons.apache.org/proper/commons-fileupload";
homepage = "https://commons.apache.org/proper/commons-fileupload";
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://commons.apache.org/proper/commons-io";
homepage = "https://commons.apache.org/proper/commons-io";
description = "A library of utilities to assist with developing IO functionality";
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://commons.apache.org/proper/commons-lang";
homepage = "https://commons.apache.org/proper/commons-lang";
description = "Provides additional methods to manipulate standard Java library classes";
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Wrapper around a variety of logging API implementations";
homepage = "http://commons.apache.org/proper/commons-logging";
homepage = "https://commons.apache.org/proper/commons-logging";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
};