treewide: use https when meta.homepage redirects to https

This commit is contained in:
TomaSajt 2025-06-04 00:07:51 +02:00
parent d6fea41bd1
commit a969291ab1
No known key found for this signature in database
GPG key ID: F011163C050122A1
42 changed files with 43 additions and 43 deletions

View file

@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Comic reader for cross-platform reading and managing your digital comic collection"; 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; license = lib.licenses.gpl3;
mainProgram = "YACReader"; mainProgram = "YACReader";
maintainers = [ ]; maintainers = [ ];

View file

@ -54,7 +54,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "WYSIWYM frontend for LaTeX, DocBook"; description = "WYSIWYM frontend for LaTeX, DocBook";
homepage = "http://www.lyx.org"; homepage = "https://www.lyx.org";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.vcunat ]; maintainers = [ maintainers.vcunat ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -72,7 +72,7 @@ callPackage ./generic.nix {
); );
meta = with lib; { meta = with lib; {
description = "Wolfram Mathematica computational software system"; description = "Wolfram Mathematica computational software system";
homepage = "http://www.wolfram.com/mathematica/"; homepage = "https://www.wolfram.com/mathematica/";
license = licenses.unfree; license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ maintainers = with maintainers; [

View file

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
homepage = "http://www.tvdr.de/"; homepage = "https://www.tvdr.de/";
description = "Video Disc Recorder"; description = "Video Disc Recorder";
maintainers = [ maintainers.ck3d ]; maintainers = [ maintainers.ck3d ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -21,6 +21,6 @@ stdenvNoCC.mkDerivation rec {
meta = { meta = {
description = "TrueType versions of the Computer Modern and AMS TeX Fonts"; 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/";
}; };
} }

View file

@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec {
strictDeps = false; strictDeps = false;
meta = with lib; { meta = with lib; {
homepage = "http://bleachbit.sourceforge.net"; homepage = "https://bleachbit.sourceforge.net";
description = "Program to clean your computer"; description = "Program to clean your computer";
longDescription = "BleachBit helps you easily clean your computer to free space and maintain privacy."; longDescription = "BleachBit helps you easily clean your computer to free space and maintain privacy.";
license = licenses.gpl3; license = licenses.gpl3;

View file

@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://catdvi.sourceforge.net"; homepage = "https://catdvi.sourceforge.net";
description = "DVI to plain text translator"; description = "DVI to plain text translator";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ ]; maintainers = [ ];

View file

@ -29,7 +29,7 @@ buildNpmPackage {
meta = { meta = {
description = "Embedded JavaScript templates"; description = "Embedded JavaScript templates";
homepage = "http://ejs.co"; homepage = "https://ejs.co";
license = lib.licenses.asl20; license = lib.licenses.asl20;
mainProgram = "ejs"; mainProgram = "ejs";
maintainers = with lib.maintainers; [ momeemt ]; maintainers = with lib.maintainers; [ momeemt ];

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
description = "Chinese text-to-speech software"; description = "Chinese text-to-speech software";
homepage = "http://www.eguidedog.net/ekho.php"; homepage = "https://www.eguidedog.net/ekho.php";
longDescription = '' longDescription = ''
Ekho () is a free, open source and multilingual text-to-speech (TTS) Ekho () is a free, open source and multilingual text-to-speech (TTS)
software. It supports Cantonese (Chinese dialect spoken in Hong Kong and software. It supports Cantonese (Chinese dialect spoken in Hong Kong and

View file

@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
''; '';
meta = { 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"; description = "Vi clone for Unix and other operating systems";
license = lib.licenses.free; license = lib.licenses.free;
mainProgram = "elvis"; mainProgram = "elvis";

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation {
cddl cddl
gpl2Plus gpl2Plus
]; ];
homepage = "http://www.brendangregg.com/flamegraphs.html"; homepage = "https://www.brendangregg.com/flamegraphs.html";
description = "Visualization for profiled code"; description = "Visualization for profiled code";
mainProgram = "flamegraph.pl"; mainProgram = "flamegraph.pl";
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
fast, desktop experience. It is written in C++ and licensed fast, desktop experience. It is written in C++ and licensed
under MIT license. under MIT license.
''; '';
homepage = "http://fluxbox.org/"; homepage = "https://fluxbox.org/";
license = licenses.mit; license = licenses.mit;
maintainers = [ ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -97,7 +97,7 @@ perlPackages.buildPerlPackage rec {
outputs = [ "out" ]; outputs = [ "out" ];
meta = with lib; { meta = with lib; {
homepage = "http://www.fusioninventory.org"; homepage = "https://www.fusioninventory.org";
description = "FusionInventory unified Agent for UNIX, Linux, Windows and MacOSX"; description = "FusionInventory unified Agent for UNIX, Linux, Windows and MacOSX";
license = lib.licenses.gpl2Only; license = lib.licenses.gpl2Only;
maintainers = [ maintainers.phile314 ]; maintainers = [ maintainers.phile314 ];

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = false; strictDeps = false;
meta = { meta = {
homepage = "http://galculator.sourceforge.net/"; homepage = "https://galculator.sourceforge.net/";
description = "GTK algebraic and RPN calculator"; description = "GTK algebraic and RPN calculator";
longDescription = '' longDescription = ''
galculator is a GTK-based calculator. Its main features include: galculator is a GTK-based calculator. Its main features include:

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://galenframework.com"; homepage = "https://galenframework.com";
description = "Automated layout testing for websites"; description = "Automated layout testing for websites";
mainProgram = "galen"; mainProgram = "galen";
sourceProvenance = with sourceTypes; [ binaryBytecode ]; sourceProvenance = with sourceTypes; [ binaryBytecode ];

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
description = "Open-source collection of tools for doing computation in game theory"; 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; license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ t4ccer ]; maintainers = with lib.maintainers; [ t4ccer ];
platforms = with lib.platforms; unix ++ windows; platforms = with lib.platforms; unix ++ windows;

View file

@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science. 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. 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; license = licenses.g4sl;
maintainers = with maintainers; [ maintainers = with maintainers; [
omnipotententity omnipotententity

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
description = "Powerful open source image editor, especially suitable for creating icons, cursors, animations and icon libraries"; 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 ]; license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ pluiedev ]; maintainers = with lib.maintainers; [ pluiedev ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
supports applying themes to match its appearance to your window supports applying themes to match its appearance to your window
manager, Gtk, or any other theme. manager, Gtk, or any other theme.
''; '';
homepage = "http://gkrellm.srcbox.net"; homepage = "https://gkrellm.srcbox.net";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Puzzle game based on hexagonal tiles"; description = "Puzzle game based on hexagonal tiles";
mainProgram = "hex-a-hop"; mainProgram = "hex-a-hop";
homepage = "http://hexahop.sourceforge.net"; homepage = "https://hexahop.sourceforge.net";
license = with lib.licenses; [ license = with lib.licenses; [
gpl2Plus # Main code gpl2Plus # Main code
cc-by-30 # Assets cc-by-30 # Assets

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with lib; { 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"; description = "Cross-platform and open source library for communication with dive computers from various manufacturers";
mainProgram = "dctool"; mainProgram = "dctool";
maintainers = [ maintainers.mguentner ]; maintainers = [ maintainers.mguentner ];

View file

@ -130,7 +130,7 @@ libsForQt5.mkDerivation {
licenses.unfree licenses.unfree
licenses.lgpl21 licenses.lgpl21
]; ];
homepage = "http://makemkv.com"; homepage = "https://makemkv.com";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jchw ]; maintainers = with maintainers; [ jchw ];
}; };

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };
meta = with lib; { meta = with lib; {
homepage = "http://brandy.matrixnetwork.co.uk/"; homepage = "https://brandy.matrixnetwork.co.uk/";
description = "Matrix Brandy BASIC VI for Linux, Windows, MacOSX"; description = "Matrix Brandy BASIC VI for Linux, Windows, MacOSX";
mainProgram = "brandy"; mainProgram = "brandy";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "OpenStreetMap editor"; description = "OpenStreetMap editor";
homepage = "http://merkaartor.be/"; homepage = "https://merkaartor.be/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
mainProgram = "merkaartor"; mainProgram = "merkaartor";
maintainers = with lib.maintainers; [ sikmir ]; maintainers = with lib.maintainers; [ sikmir ];

View file

@ -101,7 +101,7 @@ python3.pkgs.buildPythonApplication rec {
meta = { meta = {
description = "Calendar web-app designed for scheduling and managing on-call shifts"; 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"; changelog = "https://github.com/linkedin/oncall/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ onny ]; maintainers = with lib.maintainers; [ onny ];

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation {
around datasets arising from point samples, images, distance around datasets arising from point samples, images, distance
matrices and so forth. 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; license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ erikryb ]; maintainers = with lib.maintainers; [ erikryb ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View file

@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
}; };
meta = with lib; { meta = with lib; {
homepage = "http://pixman.org"; homepage = "https://pixman.org";
description = "Low-level library for pixel manipulation"; description = "Low-level library for pixel manipulation";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;

View file

@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
description = "portable open source (MIT-licensed) implementation of the OpenCL standard"; 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}"; changelog = "https://github.com/pocl/pocl/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation {
''; '';
meta = with lib; { meta = with lib; {
homepage = "http://selendroid.io/"; homepage = "https://selendroid.io/";
description = "Test automation for native or hybrid Android apps and the mobile web"; description = "Test automation for native or hybrid Android apps and the mobile web";
maintainers = with maintainers; [ offline ]; maintainers = with maintainers; [ offline ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "Learn foreign languages using audio and subtitles extracted from video files"; 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; license = licenses.asl20;
mainProgram = "substudy"; mainProgram = "substudy";
maintainers = with maintainers; [ paveloom ]; maintainers = with maintainers; [ paveloom ];

View file

@ -148,7 +148,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "2D animation program"; description = "2D animation program";
homepage = "http://www.synfig.org"; homepage = "https://www.synfig.org";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ ]; maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation ({
meta = { 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"; 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; license = lib.licenses.artistic1;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
maintainers = [ ]; maintainers = [ ];

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation {
It extracts content so that you can read it when you have time. It extracts content so that you can read it when you have time.
''; '';
license = licenses.mit; license = licenses.mit;
homepage = "http://wallabag.org"; homepage = "https://wallabag.org";
changelog = "https://github.com/wallabag/wallabag/releases/tag/${version}"; changelog = "https://github.com/wallabag/wallabag/releases/tag/${version}";
maintainers = with maintainers; [ schneefux ]; maintainers = with maintainers; [ schneefux ];
platforms = platforms.all; platforms = platforms.all;

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { 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"; description = "Tool to display a cute cow and messages";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];

View file

@ -43,7 +43,7 @@ buildPythonApplication rec {
dontWrapPythonPrograms = true; dontWrapPythonPrograms = true;
meta = with lib; { meta = with lib; {
homepage = "http://github.com/CxxTest/cxxtest"; homepage = "https://github.com/CxxTest/cxxtest";
description = "Unit testing framework for C++"; description = "Unit testing framework for C++";
mainProgram = "cxxtestgen"; mainProgram = "cxxtestgen";
license = licenses.lgpl3; license = licenses.lgpl3;

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = "http://www.pcre.org/"; homepage = "https://www.pcre.org/";
description = "Library for Perl Compatible Regular Expressions"; description = "Library for Perl Compatible Regular Expressions";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;

View file

@ -65,7 +65,7 @@ buildPythonPackage rec {
gpl3Only gpl3Only
mit mit
]; ];
homepage = "http://ipi-code.org/"; homepage = "https://ipi-code.org/";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.sheepforce ]; maintainers = [ maintainers.sheepforce ];
}; };

View file

@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "System for controlling process state under UNIX"; 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"; changelog = "https://github.com/Supervisor/supervisor/blob/${version}/CHANGES.rst";
license = licenses.free; # http://www.repoze.org/LICENSE.txt license = licenses.free; # http://www.repoze.org/LICENSE.txt
maintainers = with maintainers; [ zimbatm ]; maintainers = with maintainers; [ zimbatm ];

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
homepage = "http://bootboxjs.com"; homepage = "https://bootboxjs.com";
description = "Bootboxjs packaged static files for python"; description = "Bootboxjs packaged static files for python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ makefu ]; maintainers = with maintainers; [ makefu ];

View file

@ -58,8 +58,8 @@ let
finds structures that satisfy them. Structures are displayed graphically, finds structures that satisfy them. Structures are displayed graphically,
and their appearance can be customized for the domain at hand. and their appearance can be customized for the domain at hand.
''; '';
homepage = "http://alloytools.org/"; homepage = "https://alloytools.org/";
downloadPage = "http://alloytools.org/download.html"; downloadPage = "https://alloytools.org/download.html";
sourceProvenance = with sourceTypes; [ binaryBytecode ]; sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
homepage = "http://www.nlnetlabs.nl"; homepage = "https://www.nlnetlabs.nl";
description = "Authoritative only, high performance, simple and open source name server"; description = "Authoritative only, high performance, simple and open source name server";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -9495,7 +9495,7 @@ with self;
doCheck = false; doCheck = false;
meta = { meta = {
description = "Code coverage metrics for Perl"; description = "Code coverage metrics for Perl";
homepage = "http://www.pjcj.net/perl.html"; homepage = "https://www.pjcj.net/perl.html";
license = with lib.licenses; [ license = with lib.licenses; [
artistic1 artistic1
gpl1Plus gpl1Plus