treewide: http -> https

This commit is contained in:
Ryan Mulligan 2018-07-05 18:35:28 -07:00
parent 5c271db791
commit 7937f82665
6 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.
'';
homepage = http://www.balabit.com/support/community/products/;
homepage = https://www.balabit.com/support/community/products/;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
};

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
};
meta = with stdenv.lib; {
homepage = http://pyyaml.org/;
homepage = https://pyyaml.org/;
description = "A YAML 1.1 parser and emitter written in C";
license = licenses.mit;
platforms = platforms.all;

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Preprocessor for making GObjects with inline C code";
homepage = http://www.jirka.org/gob.html;
homepage = https://www.jirka.org/gob.html;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
};

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Program to run certain classic graphical point-and-click adventure games (such as Monkey Island)";
homepage = http://www.scummvm.org/;
homepage = https://www.scummvm.org/;
license = licenses.gpl2;
maintainers = [ maintainers.peterhoeg ];
platforms = platforms.linux;

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "LunarG Vulkan loader";
homepage = "http://www.lunarg.com";
homepage = https://www.lunarg.com;
platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" ];
meta = with stdenv.lib; {
homepage = http://www.balabit.com/network-security/syslog-ng/;
homepage = https://www.balabit.com/network-security/syslog-ng/;
description = "Next-generation syslogd with advanced networking and filtering capabilities";
license = licenses.gpl2;
maintainers = with maintainers; [ rickynils fpletz ];