treewide: use https when meta.homepage redirects to https (#413687)

Changed files
+43 -43
pkgs
applications
graphics
yacreader
misc
science
math
mathematica
video
by-name
ba
bakoma_ttf
bl
bleachbit
ca
catdvi
ej
ek
el
elvis
fl
flamegraph
fluxbox
fu
fusionInventory
ga
galculator
galen
gambit-project
ge
geant4
gf
gk
gkrellm
he
hex-a-hop
li
libdivecomputer
ma
makemkv
matrix-brandy
me
merkaartor
on
oncall
pe
perseus
pi
pixman
po
se
selendroid
su
substudy
sy
synfigstudio
te
wa
wallabag
xc
xcowsay
development
libraries
cxxtest
pcre
python-modules
i-pi
supervisor
xstatic-bootbox
tools
alloy
servers
dns
top-level
+1 -1
pkgs/applications/graphics/yacreader/default.nix
···
meta = {
description = "Comic reader for cross-platform reading and managing your digital comic collection";
-
homepage = "http://www.yacreader.com";
+
homepage = "https://www.yacreader.com";
license = lib.licenses.gpl3;
mainProgram = "YACReader";
maintainers = [ ];
+1 -1
pkgs/applications/misc/lyx/default.nix
···
meta = with lib; {
description = "WYSIWYM frontend for LaTeX, DocBook";
-
homepage = "http://www.lyx.org";
+
homepage = "https://www.lyx.org";
license = licenses.gpl2Plus;
maintainers = [ maintainers.vcunat ];
platforms = platforms.linux;
+1 -1
pkgs/applications/science/math/mathematica/default.nix
···
);
meta = with lib; {
description = "Wolfram Mathematica computational software system";
-
homepage = "http://www.wolfram.com/mathematica/";
+
homepage = "https://www.wolfram.com/mathematica/";
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [
+1 -1
pkgs/applications/video/vdr/default.nix
···
];
meta = with lib; {
-
homepage = "http://www.tvdr.de/";
+
homepage = "https://www.tvdr.de/";
description = "Video Disc Recorder";
maintainers = [ maintainers.ck3d ];
platforms = platforms.linux;
+1 -1
pkgs/by-name/ba/bakoma_ttf/package.nix
···
meta = {
description = "TrueType versions of the Computer Modern and AMS TeX Fonts";
-
homepage = "http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/";
+
homepage = "https://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/";
};
}
+1 -1
pkgs/by-name/bl/bleachbit/package.nix
···
strictDeps = false;
meta = with lib; {
-
homepage = "http://bleachbit.sourceforge.net";
+
homepage = "https://bleachbit.sourceforge.net";
description = "Program to clean your computer";
longDescription = "BleachBit helps you easily clean your computer to free space and maintain privacy.";
license = licenses.gpl3;
+1 -1
pkgs/by-name/ca/catdvi/package.nix
···
'';
meta = with lib; {
-
homepage = "http://catdvi.sourceforge.net";
+
homepage = "https://catdvi.sourceforge.net";
description = "DVI to plain text translator";
license = licenses.gpl2Plus;
maintainers = [ ];
+1 -1
pkgs/by-name/ej/ejs/package.nix
···
meta = {
description = "Embedded JavaScript templates";
-
homepage = "http://ejs.co";
+
homepage = "https://ejs.co";
license = lib.licenses.asl20;
mainProgram = "ejs";
maintainers = with lib.maintainers; [ momeemt ];
+1 -1
pkgs/by-name/ek/ekho/package.nix
···
meta = {
description = "Chinese text-to-speech software";
-
homepage = "http://www.eguidedog.net/ekho.php";
+
homepage = "https://www.eguidedog.net/ekho.php";
longDescription = ''
Ekho (余音) is a free, open source and multilingual text-to-speech (TTS)
software. It supports Cantonese (Chinese dialect spoken in Hong Kong and
+1 -1
pkgs/by-name/el/elvis/package.nix
···
'';
meta = {
-
homepage = "http://elvis.the-little-red-haired-girl.org/";
+
homepage = "https://elvis.the-little-red-haired-girl.org/";
description = "Vi clone for Unix and other operating systems";
license = lib.licenses.free;
mainProgram = "elvis";
+1 -1
pkgs/by-name/fl/flamegraph/package.nix
···
cddl
gpl2Plus
];
-
homepage = "http://www.brendangregg.com/flamegraphs.html";
+
homepage = "https://www.brendangregg.com/flamegraphs.html";
description = "Visualization for profiled code";
mainProgram = "flamegraph.pl";
platforms = platforms.unix;
+1 -1
pkgs/by-name/fl/fluxbox/package.nix
···
fast, desktop experience. It is written in C++ and licensed
under MIT license.
'';
-
homepage = "http://fluxbox.org/";
+
homepage = "https://fluxbox.org/";
license = licenses.mit;
maintainers = [ ];
platforms = platforms.linux;
+1 -1
pkgs/by-name/fu/fusionInventory/package.nix
···
outputs = [ "out" ];
meta = with lib; {
-
homepage = "http://www.fusioninventory.org";
+
homepage = "https://www.fusioninventory.org";
description = "FusionInventory unified Agent for UNIX, Linux, Windows and MacOSX";
license = lib.licenses.gpl2Only;
maintainers = [ maintainers.phile314 ];
+1 -1
pkgs/by-name/ga/galculator/package.nix
···
strictDeps = false;
meta = {
-
homepage = "http://galculator.sourceforge.net/";
+
homepage = "https://galculator.sourceforge.net/";
description = "GTK algebraic and RPN calculator";
longDescription = ''
galculator is a GTK-based calculator. Its main features include:
+1 -1
pkgs/by-name/ga/galen/package.nix
···
'';
meta = with lib; {
-
homepage = "http://galenframework.com";
+
homepage = "https://galenframework.com";
description = "Automated layout testing for websites";
mainProgram = "galen";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
+1 -1
pkgs/by-name/ga/gambit-project/package.nix
···
meta = {
description = "Open-source collection of tools for doing computation in game theory";
-
homepage = "http://www.gambit-project.org";
+
homepage = "https://www.gambit-project.org";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ t4ccer ];
platforms = with lib.platforms; unix ++ windows;
+1 -1
pkgs/by-name/ge/geant4/package.nix
···
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
The two main reference papers for Geant4 are published in Nuclear Instruments and Methods in Physics Research A 506 (2003) 250-303, and IEEE Transactions on Nuclear Science 53 No. 1 (2006) 270-278.
'';
-
homepage = "http://www.geant4.org";
+
homepage = "https://www.geant4.org";
license = licenses.g4sl;
maintainers = with maintainers; [
omnipotententity
+1 -1
pkgs/by-name/gf/gfie/package.nix
···
meta = {
description = "Powerful open source image editor, especially suitable for creating icons, cursors, animations and icon libraries";
-
homepage = "http://greenfishsoftware.org/gfie.php";
+
homepage = "https://greenfishsoftware.org/gfie.php";
license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ pluiedev ];
platforms = [ "x86_64-linux" ];
+1 -1
pkgs/by-name/gk/gkrellm/package.nix
···
supports applying themes to match its appearance to your window
manager, Gtk, or any other theme.
'';
-
homepage = "http://gkrellm.srcbox.net";
+
homepage = "https://gkrellm.srcbox.net";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
};
+1 -1
pkgs/by-name/he/hex-a-hop/package.nix
···
meta = {
description = "Puzzle game based on hexagonal tiles";
mainProgram = "hex-a-hop";
-
homepage = "http://hexahop.sourceforge.net";
+
homepage = "https://hexahop.sourceforge.net";
license = with lib.licenses; [
gpl2Plus # Main code
cc-by-30 # Assets
+1 -1
pkgs/by-name/li/libdivecomputer/package.nix
···
enableParallelBuilding = true;
meta = with lib; {
-
homepage = "http://www.libdivecomputer.org";
+
homepage = "https://www.libdivecomputer.org";
description = "Cross-platform and open source library for communication with dive computers from various manufacturers";
mainProgram = "dctool";
maintainers = [ maintainers.mguentner ];
+1 -1
pkgs/by-name/ma/makemkv/package.nix
···
licenses.unfree
licenses.lgpl21
];
-
homepage = "http://makemkv.com";
+
homepage = "https://makemkv.com";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jchw ];
};
+1 -1
pkgs/by-name/ma/matrix-brandy/package.nix
···
passthru.updateScript = nix-update-script { };
meta = with lib; {
-
homepage = "http://brandy.matrixnetwork.co.uk/";
+
homepage = "https://brandy.matrixnetwork.co.uk/";
description = "Matrix Brandy BASIC VI for Linux, Windows, MacOSX";
mainProgram = "brandy";
license = licenses.gpl2Plus;
+1 -1
pkgs/by-name/me/merkaartor/package.nix
···
meta = {
description = "OpenStreetMap editor";
-
homepage = "http://merkaartor.be/";
+
homepage = "https://merkaartor.be/";
license = lib.licenses.gpl2Plus;
mainProgram = "merkaartor";
maintainers = with lib.maintainers; [ sikmir ];
+1 -1
pkgs/by-name/on/oncall/package.nix
···
meta = {
description = "Calendar web-app designed for scheduling and managing on-call shifts";
-
homepage = "http://oncall.tools";
+
homepage = "https://oncall.tools";
changelog = "https://github.com/linkedin/oncall/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ onny ];
+1 -1
pkgs/by-name/pe/perseus/package.nix
···
around datasets arising from point samples, images, distance
matrices and so forth.
'';
-
homepage = "http://people.maths.ox.ac.uk/nanda/perseus/index.html";
+
homepage = "https://people.maths.ox.ac.uk/nanda/perseus/index.html";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ erikryb ];
platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/pi/pixman/package.nix
···
};
meta = with lib; {
-
homepage = "http://pixman.org";
+
homepage = "https://pixman.org";
description = "Low-level library for pixel manipulation";
license = licenses.mit;
platforms = platforms.all;
+1 -1
pkgs/by-name/po/pocl/package.nix
···
meta = {
description = "portable open source (MIT-licensed) implementation of the OpenCL standard";
-
homepage = "http://portablecl.org";
+
homepage = "https://portablecl.org";
changelog = "https://github.com/pocl/pocl/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
+1 -1
pkgs/by-name/se/selendroid/package.nix
···
'';
meta = with lib; {
-
homepage = "http://selendroid.io/";
+
homepage = "https://selendroid.io/";
description = "Test automation for native or hybrid Android apps and the mobile web";
maintainers = with maintainers; [ offline ];
platforms = platforms.all;
+1 -1
pkgs/by-name/su/substudy/package.nix
···
meta = with lib; {
description = "Learn foreign languages using audio and subtitles extracted from video files";
-
homepage = "http://www.randomhacks.net/substudy";
+
homepage = "https://www.randomhacks.net/substudy";
license = licenses.asl20;
mainProgram = "substudy";
maintainers = with maintainers; [ paveloom ];
+1 -1
pkgs/by-name/sy/synfigstudio/package.nix
···
meta = with lib; {
description = "2D animation program";
-
homepage = "http://www.synfig.org";
+
homepage = "https://www.synfig.org";
license = licenses.gpl3Plus;
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
+1 -1
pkgs/by-name/te/tet/package.nix
···
meta = {
description = "Test Environment Toolkit is used in test applications like The Open Group's UNIX Certification program and the Free Standards Group's LSB Certification program";
-
homepage = "http://tetworks.opengroup.org/Products/tet.htm";
+
homepage = "https://tetworks.opengroup.org/Products/tet.htm";
license = lib.licenses.artistic1;
platforms = lib.platforms.unix;
maintainers = [ ];
+1 -1
pkgs/by-name/wa/wallabag/package.nix
···
It extracts content so that you can read it when you have time.
'';
license = licenses.mit;
-
homepage = "http://wallabag.org";
+
homepage = "https://wallabag.org";
changelog = "https://github.com/wallabag/wallabag/releases/tag/${version}";
maintainers = with maintainers; [ schneefux ];
platforms = platforms.all;
+1 -1
pkgs/by-name/xc/xcowsay/package.nix
···
'';
meta = with lib; {
-
homepage = "http://www.doof.me.uk/xcowsay";
+
homepage = "https://www.doof.me.uk/xcowsay";
description = "Tool to display a cute cow and messages";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ das_j ];
+1 -1
pkgs/development/libraries/cxxtest/default.nix
···
dontWrapPythonPrograms = true;
meta = with lib; {
-
homepage = "http://github.com/CxxTest/cxxtest";
+
homepage = "https://github.com/CxxTest/cxxtest";
description = "Unit testing framework for C++";
mainProgram = "cxxtestgen";
license = licenses.lgpl3;
+1 -1
pkgs/development/libraries/pcre/default.nix
···
'';
meta = {
-
homepage = "http://www.pcre.org/";
+
homepage = "https://www.pcre.org/";
description = "Library for Perl Compatible Regular Expressions";
license = lib.licenses.bsd3;
+1 -1
pkgs/development/python-modules/i-pi/default.nix
···
gpl3Only
mit
];
-
homepage = "http://ipi-code.org/";
+
homepage = "https://ipi-code.org/";
platforms = platforms.linux;
maintainers = [ maintainers.sheepforce ];
};
+1 -1
pkgs/development/python-modules/supervisor/default.nix
···
meta = with lib; {
description = "System for controlling process state under UNIX";
-
homepage = "http://supervisord.org/";
+
homepage = "https://supervisord.org/";
changelog = "https://github.com/Supervisor/supervisor/blob/${version}/CHANGES.rst";
license = licenses.free; # http://www.repoze.org/LICENSE.txt
maintainers = with maintainers; [ zimbatm ];
+1 -1
pkgs/development/python-modules/xstatic-bootbox/default.nix
···
doCheck = false;
meta = with lib; {
-
homepage = "http://bootboxjs.com";
+
homepage = "https://bootboxjs.com";
description = "Bootboxjs packaged static files for python";
license = licenses.mit;
maintainers = with maintainers; [ makefu ];
+2 -2
pkgs/development/tools/alloy/default.nix
···
finds structures that satisfy them. Structures are displayed graphically,
and their appearance can be customized for the domain at hand.
'';
-
homepage = "http://alloytools.org/";
-
downloadPage = "http://alloytools.org/download.html";
+
homepage = "https://alloytools.org/";
+
downloadPage = "https://alloytools.org/download.html";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.mit;
platforms = platforms.unix;
+1 -1
pkgs/servers/dns/nsd/default.nix
···
};
meta = with lib; {
-
homepage = "http://www.nlnetlabs.nl";
+
homepage = "https://www.nlnetlabs.nl";
description = "Authoritative only, high performance, simple and open source name server";
license = licenses.bsd3;
platforms = platforms.unix;
+1 -1
pkgs/top-level/perl-packages.nix
···
doCheck = false;
meta = {
description = "Code coverage metrics for Perl";
-
homepage = "http://www.pjcj.net/perl.html";
+
homepage = "https://www.pjcj.net/perl.html";
license = with lib.licenses; [
artistic1
gpl1Plus