Skip to content

Commit

Permalink
treewide: run ./maintainers/scripts/update_redirected_urls.sh (#374451
Browse files Browse the repository at this point in the history
)
  • Loading branch information
philiptaron authored Jan 17, 2025
2 parents 7442b7f + b09e931 commit 05d030a
Show file tree
Hide file tree
Showing 69 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/schismtracker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Music tracker application, free reimplementation of Impulse Tracker";
homepage = "http://schismtracker.org/";
homepage = "https://schismtracker.org/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ ftrvxmtrx ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/dropbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ buildFHSEnv {

meta = with lib; {
description = "Online stored folders (daemon version)";
homepage = "http://www.dropbox.com/";
homepage = "https://www.dropbox.com/";
license = licenses.unfree;
maintainers = with maintainers; [ ttuegel ];
platforms = [ "i686-linux" "x86_64-linux" ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/science/electronics/tkgate/1.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
version = "1.8.7";

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

Expand Down Expand Up @@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor";
mainProgram = "gmac";
homepage = "http://www.tkgate.org/";
homepage = "https://www.tkgate.org/";
license = lib.licenses.gpl2Plus;
hydraPlatforms = lib.platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/logic/tlaplus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Algorithm specification language with model checking tools";
homepage = "http://lamport.azurewebsites.net/tla/tla.html";
homepage = "https://lamport.azurewebsites.net/tla/tla.html";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.mit;
platforms = lib.platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/science/logic/tlaplus/tlaplus18.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Algorithm specification language with model checking tools";
homepage = "http://lamport.azurewebsites.net/tla/tla.html";
homepage = "https://lamport.azurewebsites.net/tla/tla.html";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.mit;
platforms = lib.platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/an/anarchism/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
homepage = "http://www.anarchistfaq.org/";
homepage = "https://www.anarchistfaq.org/";
changelog = "http://anarchism.pageabode.com/afaq/new.html";
description = "Exhaustive exploration of Anarchist theory and practice";
longDescription = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/bl/blahtexml/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
'';

meta = with lib; {
homepage = "http://gva.noekeon.org/blahtexml/";
homepage = "https://gva.noekeon.org/blahtexml/";
description = "TeX to MathML converter";
longDescription = ''
Blahtex is a program written in C++, which converts an equation given in
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/bl/bluesnarfer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {

meta = {
description = "Bluetooth bluesnarfing utility";
homepage = "http://www.alighieri.org/project.html";
homepage = "https://www.alighieri.org/project.html";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ fgaz ];
platforms = lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ch/checkinstall/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
'';

meta = {
homepage = "http://checkinstall.izto.org/";
homepage = "https://checkinstall.izto.org/";
description = "Tool for automatically generating Slackware, RPM or Debian packages when doing `make install'";
maintainers = [ ];
platforms = lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/conntrack-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
homepage = "http://conntrack-tools.netfilter.org/";
homepage = "https://conntrack-tools.netfilter.org/";
description = "Connection tracking userspace tools";
platforms = platforms.linux;
license = licenses.gpl2Plus;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/corosync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
};

meta = with lib; {
homepage = "http://corosync.org/";
homepage = "https://corosync.org/";
description = "Group Communication System with features for implementing high availability within applications";
license = licenses.bsd3;
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/de/devede/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ buildPythonApplication rec {

meta = with lib; {
description = "DVD Creator for Linux";
homepage = "http://www.rastersoft.com/programas/devede.html";
homepage = "https://www.rastersoft.com/programas/devede.html";
license = licenses.gpl3;
maintainers = [ maintainers.bdimcheff ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/et/etherape/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
homepage = "http://etherape.sourceforge.net/";
homepage = "https://etherape.sourceforge.net/";
license = lib.licenses.gpl2Plus;
platforms = with platforms; linux;
maintainers = with maintainers; [ symphorien ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/fr/freealut/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;

meta = {
homepage = "http://openal.org/";
homepage = "https://openal.org/";
description = "Free implementation of OpenAL's ALUT standard";
mainProgram = "freealut-config";
license = lib.licenses.lgpl2;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gp/gpick/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Advanced color picker written in C++ using GTK+ toolkit";
homepage = "http://www.gpick.org/";
homepage = "https://www.gpick.org/";
license = licenses.bsd3;
maintainers = [ maintainers.vanilla ];
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gr/graphwar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
homepage = "http://www.graphwar.com/";
homepage = "https://www.graphwar.com/";
description = "Artillery game in which you must hit your enemies using mathematical functions";
license = licenses.gpl3Plus;
platforms = jdk.meta.platforms;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gr/grepcidr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Filter IPv4 and IPv6 addresses matching CIDR patterns";
homepage = "http://www.pc-tools.net/unix/grepcidr/";
homepage = "https://www.pc-tools.net/unix/grepcidr/";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.fadenb ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gr/groove/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "GRaphs for Object-Oriented VErification";
homepage = "http://groove.cs.utwente.nl/";
homepage = "https://groove.cs.utwente.nl/";
license = licenses.asl20;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gy/gyre-fonts/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation rec {
being converted to OpenType and extended with diacritical marks
covering all modern European languages and then some
'';
homepage = "http://www.gust.org.pl/projects/e-foundry/tex-gyre/index_html#Readings";
homepage = "https://www.gust.org.pl/projects/e-foundry/tex-gyre/index_html#Readings";
license = lib.licenses.lppl13c;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ bergey ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ic/iconnamingutils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
homepage = "http://tango.freedesktop.org/Standard_Icon_Naming_Specification";
homepage = "https://tango.freedesktop.org/Standard_Icon_Naming_Specification";
platforms = with platforms; linux ++ darwin;
license = licenses.gpl2;
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ko/kobodeluxe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
pname = "kobodeluxe";
version = "0.5.1";
src = fetchurl {
url = "http://olofson.net/kobodl/download/KoboDeluxe-${version}.tar.bz2";
url = "https://olofson.net/kobodl/download/KoboDeluxe-${version}.tar.bz2";
sha256 = "0f7b910a399d985437564af8c5d81d6dcf22b96b26b01488d72baa6a6fdb5c2c";
};

Expand All @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
patches = [ ./glibc29.patch ];

meta = {
homepage = "http://olofson.net/kobodl/";
homepage = "https://olofson.net/kobodl/";
description = "Enhanced version of Akira Higuchi's game XKobo for Un*x systems with X11";
mainProgram = "kobodl";
license = lib.licenses.gpl2Plus;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ld/ldns/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "Library with the aim of simplifying DNS programming in C";
homepage = "http://www.nlnetlabs.nl/projects/ldns/";
homepage = "https://www.nlnetlabs.nl/projects/ldns/";
license = licenses.bsd3;
maintainers = with maintainers; [ dtzWill ];
mainProgram = "drill";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/li/libck/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
asl20
bsd2
];
homepage = "http://concurrencykit.org/";
homepage = "https://concurrencykit.org/";
platforms = platforms.unix;
maintainers = with maintainers; [
chessai
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/lm/lmmath/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation rec {
version = "1.959";

src = fetchzip {
url = "http://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-1959.zip";
url = "https://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-1959.zip";
hash = "sha256-et/WMhfZZYgP0S7ZmI6MZK5owv9bSoMBXFX6yGSng5Y=";
};

Expand All @@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {

meta = with lib; {
description = "Latin Modern Math (LM Math) font completes the modernization of the Computer Modern family of typefaces designed and programmed by Donald E. Knuth";
homepage = "http://www.gust.org.pl/projects/e-foundry/lm-math";
homepage = "https://www.gust.org.pl/projects/e-foundry/lm-math";
# "The Latin Modern Math font is licensed under the GUST Font License (GFL),
# which is a free license, legally equivalent to the LaTeX Project Public
# License (LPPL), version 1.3c or later." - GUST website
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/mathemagix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {

meta = {
description = "Free computer algebra and analysis system consisting of a high level language with a compiler and a series of mathematical libraries";
homepage = "http://www.mathemagix.org/";
homepage = "https://www.mathemagix.org/";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ drupol ];
platforms = lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/matio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
changelog = "https://sourceforge.net/p/matio/news/";
description = "C library for reading and writing Matlab MAT files";
homepage = "http://matio.sourceforge.net/";
homepage = "https://matio.sourceforge.net/";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ jwillikers ];
mainProgram = "matdump";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/maude/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;

meta = {
homepage = "http://maude.cs.illinois.edu/";
homepage = "https://maude.cs.illinois.edu/";
description = "High-level specification language";
mainProgram = "maude";
license = lib.licenses.gpl2Plus;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mo/mos/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {

meta = with lib; {
description = "Smooths scrolling and set mouse scroll directions independently";
homepage = "http://mos.caldis.me/";
homepage = "https://mos.caldis.me/";
changelog = "https://github.com/Caldis/Mos/releases/tag/${finalAttrs.version}";
license = licenses.cc-by-nc-40;
maintainers = [ ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/nl/nload/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
using two graphs and provides additional info like total amount of
transfered data and min/max network usage.
'';
homepage = "http://www.roland-riegel.de/nload/index.html";
homepage = "https://www.roland-riegel.de/nload/index.html";
license = lib.licenses.gpl2;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.devhell ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/no/nomnatong/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
passthru.updateScript = nix-update-script { };

meta = {
homepage = "http://nomfoundation.org/nom-tools/Nom-Font";
homepage = "https://nomfoundation.org/nom-tools/Nom-Font";
description = "Hán-Nôm Coded Character Set and Nom Na Tong Regular Reference Font";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ob/obexd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];

meta = with lib; {
homepage = "http://www.bluez.org/";
homepage = "https://www.bluez.org/";
platforms = platforms.linux;
license = licenses.gpl3;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/on/onscripter-en/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
'';

meta = {
homepage = "http://github.com/museoa/onscripter-en";
homepage = "https://github.com/museoa/onscripter-en";
description = "Japanese visual novel scripting engine";
license = lib.licenses.gpl2Plus;
mainProgram = "onscripter-en";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/pe/pecita/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation {
'';

meta = with lib; {
homepage = "http://pecita.eu/police-en.php";
homepage = "https://pecita.eu/police-en.php";
description = "Handwritten font with connected glyphs";
license = licenses.ofl;
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/pl/plm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Free cross-platform programming exerciser";
mainProgram = "plm";
homepage = "http://people.irisa.fr/Martin.Quinson/Teaching/PLM/";
homepage = "https://people.irisa.fr/Martin.Quinson/Teaching/PLM/";
license = licenses.gpl3;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
maintainers = [ ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sb/sbc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "SubBand Codec Library";
homepage = "http://www.bluez.org/";
homepage = "https://www.bluez.org/";
license = licenses.gpl2;
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sm/smpeg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = "-lX11";

meta = {
homepage = "http://icculus.org/smpeg/";
homepage = "https://icculus.org/smpeg/";
description = "MPEG decoding library";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sm/smpeg2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = with lib; {
homepage = "http://icculus.org/smpeg/";
homepage = "https://icculus.org/smpeg/";
description = "SDL2 MPEG Player Library";
license = licenses.lgpl2;
platforms = platforms.unix;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/so/socklog/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
version = "2.1.0";

src = fetchurl {
url = "http://smarden.org/socklog/socklog-${version}.tar.gz";
url = "https://smarden.org/socklog/socklog-${version}.tar.gz";
sha256 = "0mdlmhiq2j2fip7c4l669ams85yc3c1s1d89am7dl170grw9m1ma";
};

Expand Down Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
description = "System and kernel logging services";
homepage = "http://smarden.org/socklog/";
homepage = "https://smarden.org/socklog/";
license = licenses.publicDomain;
platforms = platforms.unix;
maintainers = [ maintainers.joachifm ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sy/syndicate-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {

meta = {
description = "Syndicate broker server";
homepage = "http://synit.org/";
homepage = "https://synit.org/";
license = lib.licenses.asl20;
mainProgram = "syndicate-server";
maintainers = with lib.maintainers; [ ehmry ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ta/tagtime/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stdenv.mkDerivation {
[maintainer’s note]: This is the original perl script implementation.
'';
homepage = "http://messymatters.com/tagtime/";
homepage = "https://messymatters.com/tagtime/";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.Profpatsch ];
mainProgram = "tagtimed";
Expand Down
Loading

0 comments on commit 05d030a

Please sign in to comment.