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

This commit is contained in:
Patrick Hilhorst 2020-10-23 15:05:17 +02:00 committed by Sandro Jäckel
parent bb7b1b59c8
commit a6b3bb24e4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
11 changed files with 14 additions and 14 deletions

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = "http://www.projectlibre.com/";
homepage = "https://www.projectlibre.com/";
description = "Project-Management Software similar to MS-Project";
maintainers = [ maintainers.Mogria ];
license = licenses.cpal10;

View file

@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "NOAA APT image decoder";
homepage = "http://noaa-apt.mbernardi.com.ar/";
homepage = "https://noaa-apt.mbernardi.com.ar/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ trepetti ];
platforms = platforms.all;

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A high-performance theorem prover and SMT solver";
homepage = "http://github.com/Z3Prover/z3";
homepage = "https://github.com/Z3Prover/z3";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.x86_64;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ttuegel ];

View file

@ -91339,7 +91339,7 @@ in
buildInputs = globalBuildInputs;
meta = {
description = "Production process manager for Node.JS applications with a built-in load balancer.";
homepage = http://pm2.keymetrics.io/;
homepage = "https://pm2.keymetrics.io/";
license = "AGPL-3.0";
};
production = true;

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = "http://liw.fi/larch/";
homepage = "https://liw.fi/larch/";
description = "Python B-tree library";
license = licenses.gpl3;
maintainers = [];

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Safely evaluate AST nodes without side effects";
homepage = "http://github.com/alexmojaki/pure_eval";
homepage = "https://github.com/alexmojaki/pure_eval";
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
};

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A cargo extension for working with microcontrollers";
homepage = "http://probe.rs/";
homepage = "https://probe.rs/";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ fooker ];
};

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A cargo extension for working with microcontrollers";
homepage = "http://probe.rs/";
homepage = "https://probe.rs/";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ fooker ];
};

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
meta = {
description = "An IPv6-capable IRC server";
platforms = stdenv.lib.platforms.unix;
homepage = "http://www.ircd-hybrid.org/";
homepage = "https://www.ircd-hybrid.org/";
};
}

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Static multicast routing daemon";
homepage = "http://troglobit.com/smcroute.html";
homepage = "https://troglobit.com/smcroute.html";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ fpletz ];
platforms = with platforms; (linux ++ freebsd ++ netbsd ++ openbsd);

View file

@ -861,7 +861,7 @@ let
sha256 = "530d59ef0c0935f9862d187187a2d7583b12c639bb67db14f983322b161892d9";
};
meta = {
homepage = "http://github.com/timj/perl-Astro-FITS-Header/tree/master";
homepage = "https://github.com/timj/perl-Astro-FITS-Header/tree/master";
description = "Object-oriented interface to FITS HDUs";
license = stdenv.lib.licenses.free;
};
@ -1314,7 +1314,7 @@ let
buildInputs = [ FileSlurp ];
propagatedBuildInputs = [ ClassLoad DirSelf FileShareDir ModulePluggable MooseXGetopt namespaceclean ];
meta = {
homepage = "http://metacpan.org/release/Bot-Training";
homepage = "https://metacpan.org/release/Bot-Training";
description = "Plain text training material for bots like Hailo and AI::MegaHAL";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
@ -1330,7 +1330,7 @@ let
buildInputs = [ FileShareDirInstall ];
propagatedBuildInputs = [ BotTraining ];
meta = {
homepage = "http://metacpan.org/release/Bot-Training-MegaHAL";
homepage = "https://metacpan.org/release/Bot-Training-MegaHAL";
description = "Provide megahal.trn via Bot::Training";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
@ -1346,7 +1346,7 @@ let
buildInputs = [ FileShareDirInstall ];
propagatedBuildInputs = [ BotTraining ];
meta = {
homepage = "http://metacpan.org/release/Bot-Training-StarCraft";
homepage = "https://metacpan.org/release/Bot-Training-StarCraft";
description = "Provide starcraft.trn via Bot::Training";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};