Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
This commit is contained in:
@@ -31584,7 +31584,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;
|
||||
}) {};
|
||||
@@ -31602,7 +31602,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;
|
||||
@@ -63655,7 +63655,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