aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/phantomjs2
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-07-10 12:52:51 -0700
committerRyan Mulligan <ryan@ryantm.com>2019-07-10 12:52:51 -0700
commit508ae42a0f64c350036d722b84c2e2905bbc5418 (patch)
tree126146afea5f0c9c06c912ac0621e67047bd068d /pkgs/development/tools/phantomjs2
parent42559f1cf1ffac88c49f9c47d94d3f8499a052ec (diff)
treewide: fix redirect URLs
Diffstat (limited to 'pkgs/development/tools/phantomjs2')
-rw-r--r--pkgs/development/tools/phantomjs2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/phantomjs2/default.nix b/pkgs/development/tools/phantomjs2/default.nix
index 51cecd81eca..a37de2a3f62 100644
--- a/pkgs/development/tools/phantomjs2/default.nix
+++ b/pkgs/development/tools/phantomjs2/default.nix
@@ -105,7 +105,7 @@ in stdenv.mkDerivation rec {
- Network Monitoring
'';
- homepage = http://phantomjs.org/;
+ homepage = https://phantomjs.org/;
license = licenses.bsd3;
maintainers = [ maintainers.aflatter ];