Skip to content

Commit c850de6

Browse files
treewide: use https when meta.homepage redirects to https (#413687)
2 parents bfc3acf + a969291 commit c850de6

File tree

42 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+43
-43
lines changed

pkgs/applications/graphics/yacreader/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
7474

7575
meta = {
7676
description = "Comic reader for cross-platform reading and managing your digital comic collection";
77-
homepage = "http://www.yacreader.com";
77+
homepage = "https://www.yacreader.com";
7878
license = lib.licenses.gpl3;
7979
mainProgram = "YACReader";
8080
maintainers = [ ];

pkgs/applications/misc/lyx/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mkDerivation rec {
5454

5555
meta = with lib; {
5656
description = "WYSIWYM frontend for LaTeX, DocBook";
57-
homepage = "http://www.lyx.org";
57+
homepage = "https://www.lyx.org";
5858
license = licenses.gpl2Plus;
5959
maintainers = [ maintainers.vcunat ];
6060
platforms = platforms.linux;

pkgs/applications/science/math/mathematica/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ callPackage ./generic.nix {
7272
);
7373
meta = with lib; {
7474
description = "Wolfram Mathematica computational software system";
75-
homepage = "http://www.wolfram.com/mathematica/";
75+
homepage = "https://www.wolfram.com/mathematica/";
7676
license = licenses.unfree;
7777
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
7878
maintainers = with maintainers; [

pkgs/applications/video/vdr/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
8282
];
8383

8484
meta = with lib; {
85-
homepage = "http://www.tvdr.de/";
85+
homepage = "https://www.tvdr.de/";
8686
description = "Video Disc Recorder";
8787
maintainers = [ maintainers.ck3d ];
8888
platforms = platforms.linux;

pkgs/by-name/ba/bakoma_ttf/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ stdenvNoCC.mkDerivation rec {
2121

2222
meta = {
2323
description = "TrueType versions of the Computer Modern and AMS TeX Fonts";
24-
homepage = "http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/";
24+
homepage = "https://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/";
2525
};
2626
}

pkgs/by-name/bl/bleachbit/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec {
6161
strictDeps = false;
6262

6363
meta = with lib; {
64-
homepage = "http://bleachbit.sourceforge.net";
64+
homepage = "https://bleachbit.sourceforge.net";
6565
description = "Program to clean your computer";
6666
longDescription = "BleachBit helps you easily clean your computer to free space and maintain privacy.";
6767
license = licenses.gpl3;

pkgs/by-name/ca/catdvi/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
9393
'';
9494

9595
meta = with lib; {
96-
homepage = "http://catdvi.sourceforge.net";
96+
homepage = "https://catdvi.sourceforge.net";
9797
description = "DVI to plain text translator";
9898
license = licenses.gpl2Plus;
9999
maintainers = [ ];

pkgs/by-name/ej/ejs/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildNpmPackage {
2929

3030
meta = {
3131
description = "Embedded JavaScript templates";
32-
homepage = "http://ejs.co";
32+
homepage = "https://ejs.co";
3333
license = lib.licenses.asl20;
3434
mainProgram = "ejs";
3535
maintainers = with lib.maintainers; [ momeemt ];

pkgs/by-name/ek/ekho/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
5050

5151
meta = {
5252
description = "Chinese text-to-speech software";
53-
homepage = "http://www.eguidedog.net/ekho.php";
53+
homepage = "https://www.eguidedog.net/ekho.php";
5454
longDescription = ''
5555
Ekho (余音) is a free, open source and multilingual text-to-speech (TTS)
5656
software. It supports Cantonese (Chinese dialect spoken in Hong Kong and

pkgs/by-name/el/elvis/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
7474
'';
7575

7676
meta = {
77-
homepage = "http://elvis.the-little-red-haired-girl.org/";
77+
homepage = "https://elvis.the-little-red-haired-girl.org/";
7878
description = "Vi clone for Unix and other operating systems";
7979
license = lib.licenses.free;
8080
mainProgram = "elvis";

0 commit comments

Comments
 (0)