Merge pull request #42423 from ryantm/repology-problems

treewide: http -> https
This commit is contained in:
xeji
2018-06-24 20:44:50 +02:00
committed by GitHub
55 changed files with 59 additions and 59 deletions

View File

@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A functional CLI language";
homepage = http://fsharp.org/;
homepage = https://fsharp.org/;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin ];
platforms = with stdenv.lib.platforms; unix;

View File

@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A functional CLI language";
homepage = http://fsharp.org/;
homepage = https://fsharp.org/;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin ];
platforms = with stdenv.lib.platforms; unix;

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://www.nasm.us/;
homepage = https://www.nasm.us/;
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
platforms = platforms.unix;
maintainers = with maintainers; [ pSub willibutz ];

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A high-level dynamically typed programming language";
homepage = http://nekovm.org;
homepage = https://nekovm.org;
license = licenses.lgpl21;
maintainers = [ maintainers.marcweber ];
platforms = platforms.linux ++ platforms.darwin;

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://opendylan.org;
homepage = https://opendylan.org;
description = "A multi-paradigm functional and object-oriented programming language";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation {
postInstall = "wrapProgram $out/bin/dylan-compiler --suffix PATH : ${gcc}/bin";
meta = {
homepage = http://opendylan.org;
homepage = https://opendylan.org;
description = "A multi-paradigm functional and object-oriented programming language";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;