treewide: fix homepages with permanent redirect to https

This commit is contained in:
Ben Siraphob 2021-12-29 22:02:51 +07:00
parent 9d6fd49ad6
commit 39a0a70d29
No known key found for this signature in database
GPG key ID: 45F0E5D788143267
19 changed files with 19 additions and 19 deletions

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A powerful editor targeted towards programmers and webdevelopers";
homepage = "http://bluefish.openoffice.nl/";
homepage = "https://bluefish.openoffice.nl/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vbgl ];
platforms = platforms.all;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = "http://bruda.ca/emacs/prolog_mode_for_emacs/";
homepage = "https://bruda.ca/emacs/prolog_mode_for_emacs/";
description = "Prolog mode for Emacs";
license = lib.licenses.gpl2Plus;
};

View file

@ -46,7 +46,7 @@ let
meta = {
description = "Apache Spark is a fast and general engine for large-scale data processing";
homepage = "https://spark.apache.org";
homepage = "https://spark.apache.org/";
license = lib.licenses.asl20;
platforms = lib.platforms.all;
maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ];

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "A domain-independent planning system";
homepage = "http://www.fast-downward.org/";
homepage = "https://www.fast-downward.org/";
license = licenses.gpl3Plus;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ abbradar ];

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = {
description = "Curve fitting and peak fitting software";
license = lib.licenses.gpl2;
homepage = "http://fityk.nieto.pl/";
homepage = "https://fityk.nieto.pl/";
platforms = lib.platforms.linux;
};
}

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Multi-Stage Programming extension for OCaml";
homepage = "http://okmij.org/ftp/ML/MetaOCaml.html";
homepage = "https://okmij.org/ftp/ML/MetaOCaml.html";
license = with licenses; [ /* compiler */ qpl /* library */ lgpl2 ];
maintainers = with maintainers; [ thoughtpolice ];

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://activemq.apache.org/";
homepage = "https://activemq.apache.org/";
description = "Messaging and Integration Patterns server written in Java";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
homepage = "http://apr.apache.org/";
homepage = "https://apr.apache.org/";
description = "The Apache Portable Runtime library";
platforms = platforms.all;
license = licenses.asl20;

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://commons.apache.org/proper/commons-math/";
homepage = "https://commons.apache.org/proper/commons-math/";
description = "A library of lightweight, self-contained mathematics and statistics components";
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
currently available for Windows and Linux.
'';
homepage = "http://www.asc-hq.org/";
homepage = "https://www.asc-hq.org/";
license = licenses.gpl2Plus;

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation {
TOSHIBA e-STUDIO6540C, TOSHIBA e-STUDIO6550C, TOSHIBA e-STUDIO6560C,
TOSHIBA e-STUDIO6570C and TOSHIBA e-STUDIO7506AC.
'';
homepage = "http://business.toshiba.com/support/downloads/index.html";
homepage = "https://business.toshiba.com/support/downloads/index.html";
license = licenses.unfree;
maintainers = [ maintainers.jpotier ];
};

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
dontStrip = true;
meta = with lib; {
homepage = "http://storm.apache.org";
homepage = "https://storm.apache.org/";
description = "Distributed realtime computation system";
license = licenses.asl20;
maintainers = with maintainers; [ edwtjo vizanto ];

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
homepage = "http://couchdb.apache.org";
homepage = "https://couchdb.apache.org";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ lostnet ];

View file

@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
homepage = "http://pigeonhole.dovecot.org/";
homepage = "https://pigeonhole.dovecot.org/";
description = "A sieve plugin for the Dovecot IMAP server";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ globin ajs124 ];

View file

@ -270,7 +270,7 @@ let
meta = with lib; {
description = "Smart and user-friendly command line shell";
homepage = "http://fishshell.com/";
homepage = "https://fishshell.com/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ cole-h ];

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The plugin manager for zsh";
homepage = "http://antigen.sharats.me";
homepage = "https://antigen.sharats.me/";
license = lib.licenses.mit;
};
}

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
meta = with lib; {
homepage = "http://blockhash.io/";
homepage = "https://blockhash.io/";
description = ''
This is a perceptual image hash calculation tool based on algorithm
descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Static photo gallery generator";
homepage = "http://www.thregr.org/~wavexx/software/fgallery/";
homepage = "https://www.thregr.org/~wavexx/software/fgallery/";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
license = licenses.gpl2;
platforms = platforms.unix;
homepage = "http://www.eggheads.org";
homepage = "https://www.eggheads.org";
description = "An Internet Relay Chat (IRC) bot";
};
}