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:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.mono-project.com/archived/monoaddins/;
|
||||
homepage = https://www.mono-project.com/archived/monoaddins/;
|
||||
description = "A generic framework for creating extensible applications";
|
||||
longDescription = ''
|
||||
Mono.Addins is a generic framework for creating extensible applications,
|
||||
|
||||
Reference in New Issue
Block a user