Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
This commit is contained in:
@@ -31267,7 +31267,7 @@ self: {
|
||||
executableHaskellDepends = [
|
||||
base criterion optparse-applicative silently text turtle
|
||||
];
|
||||
homepage = "http://github.com/Gabriel439/bench";
|
||||
homepage = "https://github.com/Gabriel439/bench";
|
||||
description = "Command-line benchmark tool";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@@ -31286,7 +31286,7 @@ self: {
|
||||
executableHaskellDepends = [
|
||||
base criterion optparse-applicative silently text turtle
|
||||
];
|
||||
homepage = "http://github.com/Gabriel439/bench";
|
||||
homepage = "https://github.com/Gabriel439/bench";
|
||||
description = "Command-line benchmark tool";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@@ -62486,7 +62486,7 @@ self: {
|
||||
http-types mtl network optparse-applicative pretty process text
|
||||
time unordered-containers vector zip-archive
|
||||
];
|
||||
homepage = "http://github.com/elm-lang/elm-package";
|
||||
homepage = "https://github.com/elm-lang/elm-package";
|
||||
description = "Package manager for Elm libraries";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
Reference in New Issue
Block a user