Skip to content

Commit

Permalink
Treewide: fix some permanent redirects on homepages
Browse files Browse the repository at this point in the history
(#153213)
Issue #60004
  • Loading branch information
c0bw3b authored Jan 3, 2022
1 parent 0bed14f commit 944a2dc
Show file tree
Hide file tree
Showing 65 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/setbfree/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "A DSP tonewheel organ emulator";
homepage = "http://setbfree.org";
homepage = "https://setbfree.org";
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ]; # fails on ARM and Darwin
maintainers = [ maintainers.goibhniu ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/spectmorph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Allows to analyze samples of musical instruments, and to combine them (morphing) to construct hybrid sounds";
homepage = "http://spectmorph.org";
homepage = "https://spectmorph.org";
license = licenses.gpl3;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ maintainers.magnetophon ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/jquake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Real-time earthquake map of Japan";
homepage = "http://jquake.net";
homepage = "https://jquake.net";
downloadPage = "https://jquake.net/?down";
changelog = "https://jquake.net/?docu";
maintainers = with maintainers; [ nessdoor ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ stdenv.mkDerivation {
dontPatchELF = true;

meta = {
homepage = "http://www.viber.com";
homepage = "https://www.viber.com";
description = "An instant messaging and Voice over IP (VoIP) app";
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/remote/teamviewer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mkDerivation rec {
preferLocalBuild = true;

meta = with lib; {
homepage = "http://www.teamviewer.com";
homepage = "https://www.teamviewer.com";
license = licenses.unfree;
description = "Desktop sharing application, providing remote support and online meetings";
platforms = [ "x86_64-linux" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/treesheets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
planning, requirements gathering, presentation of information, etc.
'';

homepage = "http://strlen.com/treesheets/";
homepage = "https://strlen.com/treesheets/";
maintainers = with maintainers; [ obadz avery ];
platforms = platforms.linux;
license = licenses.zlib;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A tool for a smooth, stress-free SVN to Git migration";
longDescription = "Create writable Git mirror of a local or remote Subversion repository and use both Subversion and Git as long as you like. You may also do a fast one-time import from Subversion to Git.";
homepage = "http://subgit.com";
homepage = "https://subgit.com";
license = lib.licenses.unfree;
platforms = lib.platforms.all;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ let
meta = with lib; {
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
license = licenses.asl20;
homepage = "http://subversion.apache.org/";
homepage = "https://subversion.apache.org/";
maintainers = with maintainers; [ eelco lovek323 ];
platforms = platforms.linux ++ platforms.darwin;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/pekwm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
appear as they should when starting applications.
- Chainable Keygrabber, usability for everyone.
'';
homepage = "https://www.pekwm.org/";
homepage = "https://www.pekwm.se/";
license = licenses.gpl2Plus;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/apr-util/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
};

meta = with lib; {
homepage = "http://apr.apache.org/";
homepage = "https://apr.apache.org/";
description = "A companion library to APR, the Apache Portable Runtime";
maintainers = [ maintainers.eelco ];
platforms = platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/codec2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Speech codec designed for communications quality speech at low data rates";
homepage = "http://www.rowetel.com/blog/?page_id=452";
homepage = "https://www.rowetel.com/codec2.html";
license = licenses.lgpl21Only;
platforms = platforms.unix;
maintainers = with maintainers; [ markuskowa ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/funambol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "SyncML client sdk by Funambol project";
homepage = "http://www.funambol.com";
homepage = "https://www.funambol.com";
license = licenses.agpl3;
platforms = platforms.unix;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/java/commons/bcel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/java/commons/bsf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/java/commons/io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/java/commons/lang/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libcello/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ stdenv.mkDerivation rec {
version = "2.1.0";

src = fetchurl {
url = "http://libcello.org/static/libCello-${version}.tar.gz";
url = "https://libcello.org/static/libCello-${version}.tar.gz";
sha256 = "0a1b2x5ni07vd9ridnl7zv7h2s32070wsphjy94qr066b99gdb29";
};

makeFlags = [ "PREFIX=$(out)" ];

meta = {
homepage = "http://libcello.org/";
homepage = "https://libcello.org/";
description = "Higher level programming in C";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.MostAwesomeDude ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libshout/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
bad data from getting to the icecast server.
'';

homepage = "http://www.icecast.org";
homepage = "https://www.icecast.org";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ jcumming ];
platforms = with lib.platforms; unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/precice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "preCICE stands for Precise Code Interaction Coupling Environment";
license = with lib.licenses; [ gpl3 ];
homepage = "https://www.precice.org/";
homepage = "https://precice.org/";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ Scriptkiddi ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/qt-5/qtModule.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mkDerivation (args // {
'';

meta = {
homepage = "http://www.qt.io";
homepage = "https://www.qt.io";
description = "A cross-platform application framework for C++";
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
maintainers = with maintainers; [ qknight ttuegel periklis bkchr ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
doCheck = true;

meta = with lib; {
homepage = "http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/";
homepage = "https://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/";
description = "Polynomial arithmetic over Z/nZ";
license = with licenses; [ gpl3 ];
maintainers = teams.sage.members;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/thrift/0.10.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Library for scalable cross-language services";
homepage = "http://thrift.apache.org/";
homepage = "https://thrift.apache.org/";
license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/thrift/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Library for scalable cross-language services";
homepage = "http://thrift.apache.org/";
homepage = "https://thrift.apache.org/";
license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/unicorn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Lightweight multi-platform CPU emulator library";
homepage = "http://www.unicorn-engine.org";
homepage = "https://www.unicorn-engine.org";
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice luc65r ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/x265/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake nasm ] ++ lib.optional numaSupport numactl;

meta = with lib; {
description = "Library for encoding h.265/HEVC video streams";
homepage = "http://x265.org";
description = "Library for encoding H.265/HEVC video streams";
homepage = "https://www.x265.org/";
license = licenses.gpl2;
maintainers = with maintainers; [ codyopel ];
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/xalanc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = false;

meta = {
homepage = "http://xalan.apache.org/";
homepage = "https://xalan.apache.org/";
description = "A XSLT processor for transforming XML documents";
license = lib.licenses.asl20;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/xml-security-c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [ xalanc xercesc openssl ];

meta = {
homepage = "http://santuario.apache.org/";
homepage = "https://santuario.apache.org/";
description = "C++ Implementation of W3C security standards for XML";
license = lib.licenses.gpl2;
platforms = lib.platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/lustre-v6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildDunePackage rec {
];

meta = with lib; {
homepage = "http://www-verimag.imag.fr/lustre-v6.html";
homepage = "https://www-verimag.imag.fr/lustre-v6.html";
description = "Lustre V6 compiler";
license = lib.licenses.cecill21;
maintainers = [ lib.maintainers.delta ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/piqi-ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
installPhase = "DESTDIR=$out make install";

meta = with lib; {
homepage = "http://piqi.org";
homepage = "https://piqi.org";
description = "Universal schema language and a collection of tools built around it. These are the ocaml bindings";
license = licenses.asl20;
maintainers = [ maintainers.maurer ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/piqi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
homepage = "http://piqi.org";
homepage = "https://piqi.org";
description = "Universal schema language and a collection of tools built around it";
license = licenses.asl20;
maintainers = [ maintainers.maurer ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/cogapp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "A code generator for executing Python snippets in source files";
homepage = "http://nedbatchelder.com/code/cog";
homepage = "https://nedbatchelder.com/code/cog";
license = licenses.mit;
maintainers = with maintainers; [ lovek323 ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/coverage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildPythonPackage rec {

meta = {
description = "Code coverage measurement for python";
homepage = "http://nedbatchelder.com/code/coverage/";
homepage = "https://coverage.readthedocs.io/";
license = lib.licenses.bsd3;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dnspython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "A DNS toolkit for Python";
homepage = "http://www.dnspython.org";
homepage = "https://www.dnspython.org";
license = with licenses; [ isc ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/flashtext/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
homepage = "http://github.com/vi3k6i5/flashtext";
homepage = "https://github.com/vi3k6i5/flashtext";
description = "Python package to replace keywords in sentences or extract keywords from sentences";
maintainers = with maintainers; [ aanderse ];
license = with licenses; [ mit ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "MathJax resources as a Jupyter Server Extension";
homepage = "http://jupyter.org";
homepage = "https://jupyter.org";
license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Jupyterlab syntax coloring theme for pygments";
homepage = "https://github.com/jupyterlab/jupyterlab-pygments/";
homepage = "https://github.com/jupyterlab/jupyterlab_pygments";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/libcloud/2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "A unified interface to many cloud providers";
homepage = "http://incubator.apache.org/libcloud/";
homepage = "https://libcloud.apache.org/";
license = licenses.asl20;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/memcached/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Python API for communicating with the memcached distributed memory object cache daemon";
homepage = "http://www.tummy.com/Community/software/python-memcached/";
homepage = "https://github.com/linsomniac/python-memcached";
license = licenses.psfl;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/onnx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Open Neural Network Exchange";
homepage = "http://onnx.ai";
homepage = "https://onnx.ai";
license = licenses.asl20;
maintainers = with maintainers; [ acairncross ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/qpid-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
homepage = "http://qpid.apache.org/";
homepage = "https://qpid.apache.org/";
description = "Python client implementation and AMQP conformance tests for Apache Qpid";
license = licenses.asl20;
};
Expand Down
Loading

0 comments on commit 944a2dc

Please sign in to comment.