treewide: update homepages to https where available

Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
This commit is contained in:
Matthew Bauer
2019-04-15 10:10:05 -04:00
parent bd50fc942b
commit 290a5d916e
169 changed files with 179 additions and 184 deletions
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
frameworks. From a grammar, ANTLR generates a parser that can build and
walk parse trees.
'';
homepage = http://www.antlr.org/;
homepage = https://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.unix;
};
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
frameworks. From a grammar, ANTLR generates a parser that can build and
walk parse trees.
'';
homepage = http://www.antlr.org/;
homepage = https://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
};
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
frameworks. From a grammar, ANTLR generates a parser that can build and
walk parse trees.
'';
homepage = http://www.antlr.org/;
homepage = https://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.linux;
};
+1 -1
View File
@@ -73,7 +73,7 @@ let
frameworks. From a grammar, ANTLR generates a parser that can build and
walk parse trees.
'';
homepage = http://www.antlr.org/;
homepage = https://www.antlr.org/;
license = licenses.bsd3;
platforms = platforms.unix;
};
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Berkeley YACC";
homepage = http://invisible-island.net/byacc/byacc.html;
homepage = https://invisible-island.net/byacc/byacc.html;
license = licenses.publicDomain;
platforms = platforms.unix;
};