Skip to content

Commit 05d030a

Browse files
authored
treewide: run ./maintainers/scripts/update_redirected_urls.sh (NixOS#374451)
2 parents 7442b7f + b09e931 commit 05d030a

File tree

69 files changed

+81
-81
lines changed

Some content is hidden

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

69 files changed

+81
-81
lines changed

pkgs/applications/audio/schismtracker/default.nix

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

5959
meta = with lib; {
6060
description = "Music tracker application, free reimplementation of Impulse Tracker";
61-
homepage = "http://schismtracker.org/";
61+
homepage = "https://schismtracker.org/";
6262
license = licenses.gpl2Plus;
6363
platforms = platforms.unix;
6464
maintainers = with maintainers; [ ftrvxmtrx ];

pkgs/applications/networking/dropbox/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ buildFHSEnv {
8787

8888
meta = with lib; {
8989
description = "Online stored folders (daemon version)";
90-
homepage = "http://www.dropbox.com/";
90+
homepage = "https://www.dropbox.com/";
9191
license = licenses.unfree;
9292
maintainers = with maintainers; [ ttuegel ];
9393
platforms = [ "i686-linux" "x86_64-linux" ];

pkgs/applications/science/electronics/tkgate/1.x.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323
version = "1.8.7";
2424

2525
src = fetchurl {
26-
url = "http://www.tkgate.org/downloads/tkgate-${version}.tgz";
26+
url = "https://www.tkgate.org/downloads/tkgate-${version}.tgz";
2727
sha256 = "1pqywkidfpdbj18i03h97f4cimld4fb3mqfy8jjsxs12kihm18fs";
2828
};
2929

@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
6161
meta = {
6262
description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor";
6363
mainProgram = "gmac";
64-
homepage = "http://www.tkgate.org/";
64+
homepage = "https://www.tkgate.org/";
6565
license = lib.licenses.gpl2Plus;
6666
hydraPlatforms = lib.platforms.linux;
6767
};

pkgs/applications/science/logic/tlaplus/default.nix

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

3535
meta = {
3636
description = "Algorithm specification language with model checking tools";
37-
homepage = "http://lamport.azurewebsites.net/tla/tla.html";
37+
homepage = "https://lamport.azurewebsites.net/tla/tla.html";
3838
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
3939
license = lib.licenses.mit;
4040
platforms = lib.platforms.unix;

pkgs/applications/science/logic/tlaplus/tlaplus18.nix

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

3737
meta = {
3838
description = "Algorithm specification language with model checking tools";
39-
homepage = "http://lamport.azurewebsites.net/tla/tla.html";
39+
homepage = "https://lamport.azurewebsites.net/tla/tla.html";
4040
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
4141
license = lib.licenses.mit;
4242
platforms = lib.platforms.unix;

pkgs/by-name/an/anarchism/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
3232
'';
3333

3434
meta = with lib; {
35-
homepage = "http://www.anarchistfaq.org/";
35+
homepage = "https://www.anarchistfaq.org/";
3636
changelog = "http://anarchism.pageabode.com/afaq/new.html";
3737
description = "Exhaustive exploration of Anarchist theory and practice";
3838
longDescription = ''

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
5959
'';
6060

6161
meta = with lib; {
62-
homepage = "http://gva.noekeon.org/blahtexml/";
62+
homepage = "https://gva.noekeon.org/blahtexml/";
6363
description = "TeX to MathML converter";
6464
longDescription = ''
6565
Blahtex is a program written in C++, which converts an equation given in

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

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

3030
meta = {
3131
description = "Bluetooth bluesnarfing utility";
32-
homepage = "http://www.alighieri.org/project.html";
32+
homepage = "https://www.alighieri.org/project.html";
3333
license = lib.licenses.gpl2Plus;
3434
maintainers = with lib.maintainers; [ fgaz ];
3535
platforms = lib.platforms.linux;

pkgs/by-name/ch/checkinstall/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
7676
'';
7777

7878
meta = {
79-
homepage = "http://checkinstall.izto.org/";
79+
homepage = "https://checkinstall.izto.org/";
8080
description = "Tool for automatically generating Slackware, RPM or Debian packages when doing `make install'";
8181
maintainers = [ ];
8282
platforms = lib.platforms.linux;

pkgs/by-name/co/conntrack-tools/package.nix

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

5151
meta = with lib; {
52-
homepage = "http://conntrack-tools.netfilter.org/";
52+
homepage = "https://conntrack-tools.netfilter.org/";
5353
description = "Connection tracking userspace tools";
5454
platforms = platforms.linux;
5555
license = licenses.gpl2Plus;

0 commit comments

Comments
 (0)