treewide: run ./maintainers/scripts/update_redirected_urls.sh

This commit is contained in:
Peder Bergebakken Sundt 2025-01-17 04:46:25 +01:00
parent 0993fc2688
commit b09e931798
69 changed files with 81 additions and 81 deletions

View File

@ -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 ];

View File

@ -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" ];

View File

@ -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";
};
@ -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;
};

View File

@ -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;

View File

@ -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;

View File

@ -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 = ''

View File

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

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 ];
};

View File

@ -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 ];

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 ];

View File

@ -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;

View File

@ -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 ];

View File

@ -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;
};

View File

@ -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";
};
@ -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;

View File

@ -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";

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
asl20
bsd2
];
homepage = "http://concurrencykit.org/";
homepage = "https://concurrencykit.org/";
platforms = platforms.unix;
maintainers = with maintainers; [
chessai

View File

@ -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=";
};
@ -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

View File

@ -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;

View File

@ -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";

View File

@ -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;

View File

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

View File

@ -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 ];

View File

@ -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; [ ];

View File

@ -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;
};

View File

@ -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";

View File

@ -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;

View File

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

View File

@ -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;
};

View File

@ -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;

View File

@ -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;

View File

@ -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";
};
@ -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 ];

View File

@ -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 ];

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation {
[maintainers 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";

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://icculus.org/tennix/";
homepage = "https://icculus.org/tennix/";
description = "Classic Championship Tour 2011";
mainProgram = "tennix";
license = licenses.gpl2Plus;

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://www.ultimatestunts.nl/";
homepage = "https://www.ultimatestunts.nl/";
description = "Remake of the popular racing DOS-game Stunts";
license = lib.licenses.gpl2Plus;
maintainers = [ ];

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Universal video capture API";
homepage = "http://www.unicap-imaging.org/";
homepage = "https://www.unicap-imaging.org/";
maintainers = [ maintainers.raskin ];
license = licenses.gpl2Plus;
platforms = platforms.linux;

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://vsqlite.virtuosic-bytes.com/";
homepage = "https://vsqlite.virtuosic-bytes.com/";
description = "C++ wrapper library for sqlite";
license = licenses.bsd3;
platforms = platforms.unix;

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://www.wings3d.com/";
homepage = "https://www.wings3d.com/";
description = "Subdivision modeler inspired by Nendo and Mirai from Izware";
license = lib.licenses.tcltk;
maintainers = [ ];

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "IBM 3270 terminal emulator for the X Window System";
homepage = "http://x3270.bgp.nu/index.html";
homepage = "https://x3270.bgp.nu/index.html";
license = licenses.bsd3;
maintainers = [ maintainers.anna328p ];
};

View File

@ -130,7 +130,7 @@ symlinkJoin {
];
meta = with lib; {
description = "Multiplayer remake of ZED";
homepage = "http://zod.sourceforge.net/";
homepage = "https://zod.sourceforge.net/";
maintainers = with maintainers; [ zeri ];
license = licenses.gpl3Plus; # Says the website
platforms = platforms.linux;

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Basic set of icons";
homepage = "http://tango.freedesktop.org/Tango_Icon_Library";
homepage = "https://tango.freedesktop.org/Tango_Icon_Library";
platforms = platforms.linux;
license = licenses.publicDomain;
};

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
passthru.updateScript = gitUpdater { };
meta = with lib; {
homepage = "http://lxde.sourceforge.net/";
homepage = "https://lxde.sourceforge.net/";
description = "Lightweight and desktop independent task manager";
mainProgram = "lxtask";
longDescription = ''

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation {
'';
meta = with lib; {
homepage = "http://www.mozart-oz.org/";
homepage = "https://www.mozart-oz.org/";
description = "Multiplatform implementation of the Oz programming language";
longDescription = ''
The Mozart Programming System combines ongoing research in

View File

@ -213,7 +213,7 @@ let
'';
meta = with lib; {
homepage = "http://xuxen.eus/";
homepage = "https://xuxen.eus/";
description = shortDescription;
longDescription = longDescription;
license = licenses.gpl2;

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
# Public domain + permissive (non-copyleft) licensing of some files.
license = lib.licenses.publicDomain;
homepage = "http://people.csail.mit.edu/jaffer/SLIB";
homepage = "https://people.csail.mit.edu/jaffer/SLIB";
maintainers = [ ];
platforms = lib.platforms.unix;

View File

@ -637,7 +637,7 @@ buildLuarocksPackage {
disabled = lua.luaversion != "5.1";
meta = {
homepage = "http://github.com/lewis6991/gitsigns.nvim";
homepage = "https://github.com/lewis6991/gitsigns.nvim";
description = "Git signs written in pure lua";
license.fullName = "MIT/X11";
};
@ -1175,7 +1175,7 @@ buildLuarocksPackage {
disabled = luaOlder "5.1";
meta = {
homepage = "http://github.com/antirez/lua-cmsgpack";
homepage = "https://github.com/antirez/lua-cmsgpack";
description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
license.fullName = "Two-clause BSD";
};
@ -1573,7 +1573,7 @@ buildLuarocksPackage {
disabled = luaOlder "5.1";
meta = {
homepage = "http://github.com/brimworks/lua-yajl";
homepage = "https://github.com/brimworks/lua-yajl";
description = "Integrate the yajl JSON library with Lua.";
maintainers = with lib.maintainers; [ pstn ];
license.fullName = "MIT/X11";
@ -2007,7 +2007,7 @@ buildLuarocksPackage {
propagatedBuildInputs = [ bit32 ];
meta = {
homepage = "http://github.com/luaposix/luaposix/";
homepage = "https://github.com/luaposix/luaposix/";
description = "Lua bindings for POSIX";
maintainers = with lib.maintainers; [ vyp lblasc ];
license.fullName = "MIT/X11";
@ -2367,7 +2367,7 @@ buildLuarocksPackage {
disabled = luaOlder "5.1" || luaAtLeast "5.5";
meta = {
homepage = "http://github.com/bluebird75/luaunit";
homepage = "https://github.com/bluebird75/luaunit";
description = "A unit testing framework for Lua";
maintainers = with lib.maintainers; [ lockejan ];
license.fullName = "BSD";
@ -2390,7 +2390,7 @@ buildLuarocksPackage {
disabled = luaOlder "5.1";
meta = {
homepage = "http://github.com/starwing/luautf8";
homepage = "https://github.com/starwing/luautf8";
description = "A UTF-8 support module for Lua";
maintainers = with lib.maintainers; [ pstn ];
license.fullName = "MIT";
@ -2994,7 +2994,7 @@ buildLuarocksPackage {
propagatedBuildInputs = [ luassert ];
meta = {
homepage = "http://github.com/nvim-lua/plenary.nvim";
homepage = "https://github.com/nvim-lua/plenary.nvim";
description = "lua functions you don't want to write ";
license.fullName = "MIT/X11";
};
@ -3589,7 +3589,7 @@ buildLuarocksPackage {
disabled = luaOlder "5.1";
meta = {
homepage = "http://manoelcampos.github.io/xml2lua/";
homepage = "https://manoelcampos.github.io/xml2lua/";
description = "An XML Parser written entirely in Lua that works for Lua 5.1+";
maintainers = with lib.maintainers; [ teto ];
license.fullName = "MIT";

View File

@ -765,7 +765,7 @@ in
];
meta = {
homepage = "http://pjb.com.au/comp/lua/readline.html";
homepage = "https://pjb.com.au/comp/lua/readline.html";
description = "Interface to the readline library";
license.fullName = "MIT/X11";
broken = (luaOlder "5.1") || (luaAtLeast "5.5");

View File

@ -60444,7 +60444,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "CSSLint";
homepage = "http://csslint.net/";
homepage = "https://csslint.net/";
license = "MIT";
};
production = true;
@ -66848,7 +66848,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Static analysis tool for JavaScript";
homepage = "http://jshint.com/";
homepage = "https://jshint.com/";
license = "MIT";
};
production = true;

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = {
description = "ETH LIbrary for Numerical Analysis";
homepage = "http://elina.ethz.ch/";
homepage = "https://elina.ethz.ch/";
license = lib.licenses.lgpl3;
maintainers = [ lib.maintainers.vbgl ];
platforms = lib.intersectLists ocaml.meta.platforms lib.platforms.x86;

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Tool which computes a dependency graph between active Python eggs";
mainProgram = "eggdeps";
homepage = "http://thomas-lotze.de/en/software/eggdeps/";
homepage = "https://thomas-lotze.de/en/software/eggdeps/";
license = licenses.zpl20;
};
}

View File

@ -208,7 +208,7 @@ buildPythonPackage rec {
meta = with lib; {
broken = stdenv.hostPlatform.isDarwin;
description = "Open source IFC library and geometry engine";
homepage = "http://ifcopenshell.org/";
homepage = "https://ifcopenshell.org/";
license = licenses.lgpl3;
maintainers = with maintainers; [ autra ];
};

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Framework for developing console applications using Python and curses";
homepage = "http://www.npcole.com/npyscreen/";
homepage = "https://www.npcole.com/npyscreen/";
maintainers = with maintainers; [ dump_stack ];
license = licenses.bsd3;
};

View File

@ -42,7 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SDK to perform actions on Outscale API";
homepage = "http://github.com/outscale/osc-sdk-python";
homepage = "https://github.com/outscale/osc-sdk-python";
license = licenses.bsd3;
maintainers = with maintainers; [ nicolas-goudry ];
};

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Framework for developing console applications using Python and curses";
homepage = "http://github.com/outscale/npyscreen";
homepage = "https://github.com/outscale/npyscreen";
changelog = "https://github.com/outscale/npyscreen/blob/${src.rev}/CHANGELOG";
license = licenses.bsd2;
maintainers = with maintainers; [ nicolas-goudry ];

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions";
homepage = "http://scorreia.com/software/panflute";
homepage = "https://scorreia.com/software/panflute";
changelog = "https://github.com/sergiocorreia/panflute/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ synthetica ];

View File

@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper to libcangjie";
homepage = "http://cangjians.github.io/projects/pycangjie/";
homepage = "https://cangjians.github.io/projects/pycangjie/";
license = licenses.lgpl3Plus;
maintainers = [ maintainers.linquize ];
platforms = platforms.all;

View File

@ -53,7 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fake file system that mocks the Python file system modules";
homepage = "http://pyfakefs.org/";
homepage = "https://pyfakefs.org/";
changelog = "https://github.com/jmcgeheeiv/pyfakefs/blob/v${version}/CHANGES.md";
license = licenses.asl20;
maintainers = with maintainers; [ gebner ];

View File

@ -35,7 +35,7 @@ buildPythonPackage rec {
for systems administrators who want to automatize scanning task and reports.
It also supports nmap script outputs.
'';
homepage = "http://xael.org/pages/python-nmap-en.html";
homepage = "https://xael.org/pages/python-nmap-en.html";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};

View File

@ -63,7 +63,7 @@ buildPythonPackage {
'');
meta = with lib; {
homepage = "http://www.qemu.org/";
homepage = "https://www.qemu.org/";
description = "Python tooling used by the QEMU project to build, configure, and test QEMU";
license = licenses.gpl2Plus;
maintainers = with maintainers; [

View File

@ -10,7 +10,7 @@ bundlerApp {
meta = with lib; {
description = "Build system for C projects that is something of an extension around Ruby's Rake";
homepage = "http://www.throwtheswitch.org/ceedling";
homepage = "https://www.throwtheswitch.org/ceedling";
license = licenses.mit;
platforms = platforms.unix;
};

View File

@ -16,7 +16,7 @@ bundlerApp {
meta = with lib; {
description = "Backup and restore your Redis data to and from JSON";
homepage = "http://delanotes.com/redis-dump/";
homepage = "https://delanotes.com/redis-dump/";
license = licenses.mit;
maintainers = with maintainers; [
offline

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://www.virtualgl.org/";
homepage = "https://www.virtualgl.org/";
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
license = licenses.wxWindows;
platforms = platforms.linux;