treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
@@ -402,7 +402,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A programming language with built-in specification constructs";
|
||||
homepage = "http://research.microsoft.com/dafny";
|
||||
homepage = "https://research.microsoft.com/dafny";
|
||||
maintainers = with maintainers; [ layus ];
|
||||
license = licenses.mit;
|
||||
platforms = with platforms; (linux ++ darwin);
|
||||
@@ -563,7 +563,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
|
||||
meta = {
|
||||
description = "The F# compiler services package is a component derived from the F# compiler source code that exposes additional functionality for implementing F# language bindings";
|
||||
homepage = "http://fsharp.github.io/FSharp.Compiler.Service/";
|
||||
homepage = "https://fsharp.github.io/FSharp.Compiler.Service/";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
@@ -607,7 +607,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
|
||||
meta = {
|
||||
description = "F# Data: Library for Data Access";
|
||||
homepage = "http://fsharp.github.io/FSharp.Data/";
|
||||
homepage = "https://fsharp.github.io/FSharp.Data/";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
@@ -639,7 +639,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
#
|
||||
# meta = {
|
||||
# description = "FSharpx.Extras is a collection of libraries and tools for use with F#";
|
||||
# homepage = "http://fsprojects.github.io/FSharpx.Extras/";
|
||||
# homepage = "https://fsprojects.github.io/FSharpx.Extras/";
|
||||
# license = stdenv.lib.licenses.asl20;
|
||||
# maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||
# platforms = with stdenv.lib.platforms; linux;
|
||||
@@ -741,7 +741,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
|
||||
meta = {
|
||||
description = "A generic framework for creating extensible applications";
|
||||
homepage = http://www.mono-project.com/Mono.Addins;
|
||||
homepage = https://www.mono-project.com/Mono.Addins;
|
||||
longDescription = ''
|
||||
A generic framework for creating extensible applications,
|
||||
and for creating libraries which extend those applications.
|
||||
@@ -927,7 +927,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
|
||||
meta = {
|
||||
description = "A declarative CLI argument/XML configuration parser for F# applications";
|
||||
homepage = http://nessos.github.io/UnionArgParser/;
|
||||
homepage = https://nessos.github.io/UnionArgParser/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ obadz ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
||||
Reference in New Issue
Block a user