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 = {
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 = [ ];

View file

@ -54,7 +54,7 @@ mkDerivation rec {
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;

View file

@ -72,7 +72,7 @@ callPackage ./generic.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; [

View file

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

View file

@ -21,6 +21,6 @@ stdenvNoCC.mkDerivation rec {
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/";
};
}

View file

@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec {
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;

View file

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

View file

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

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
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

View file

@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
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";

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation {
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;

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
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;

View file

@ -97,7 +97,7 @@ perlPackages.buildPerlPackage rec {
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 ];

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
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:

View file

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

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
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;

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.
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

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
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" ];

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
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;
};

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
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

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
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 ];

View file

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

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
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;

View file

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

View file

@ -101,7 +101,7 @@ python3.pkgs.buildPythonApplication rec {
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 ];

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation {
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;

View file

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

View file

@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
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; [

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation {
'';
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;

View file

@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
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 ];

View file

@ -148,7 +148,7 @@ stdenv.mkDerivation {
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;

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation ({
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 = [ ];

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation {
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;

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';
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 ];

View file

@ -43,7 +43,7 @@ buildPythonApplication rec {
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;

View file

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

View file

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

View file

@ -47,7 +47,7 @@ buildPythonPackage rec {
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 ];

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
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 ];

View file

@ -58,8 +58,8 @@ let
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;

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
};
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;

View file

@ -9495,7 +9495,7 @@ with self;
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