summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorrushmorem <rushmore@webenchanter.com>2015-02-19 12:31:12 +0200
committerrushmorem <rushmore@webenchanter.com>2015-02-19 12:31:12 +0200
commita661802d29c7326d7407160eed65899726806036 (patch)
treef1d488dfd2fbdaeb141b62036fc9fb7dc9ae8307 /pkgs/applications/networking
parentb34d63e722981bb81a88659e3d5f978223d17a9d (diff)
downloadnixlib-a661802d29c7326d7407160eed65899726806036.tar
nixlib-a661802d29c7326d7407160eed65899726806036.tar.gz
nixlib-a661802d29c7326d7407160eed65899726806036.tar.bz2
nixlib-a661802d29c7326d7407160eed65899726806036.tar.lz
nixlib-a661802d29c7326d7407160eed65899726806036.tar.xz
nixlib-a661802d29c7326d7407160eed65899726806036.tar.zst
nixlib-a661802d29c7326d7407160eed65899726806036.zip
Update chronos default port
Update chronos default port to match the one documented on
their website (http://airbnb.github.io/chronos). The one in
their repo (the current one) clashes with the marathon documented
one.
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/chronos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/chronos/default.nix b/pkgs/applications/networking/cluster/chronos/default.nix
index 58d56feea709..14f5d251240e 100644
--- a/pkgs/applications/networking/cluster/chronos/default.nix
+++ b/pkgs/applications/networking/cluster/chronos/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    homepage    = https://github.com/airbnb/chronos;
+    homepage    = http://airbnb.github.io/chronos;
     license     = licenses.asl20;
     description = "Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules";
     maintainers = with maintainers; [ offline ];