summary refs log tree commit diff
path: root/nixos/modules/services/logging
diff options
context:
space:
mode:
authorVincent Ambo <github@tazj.in>2018-10-09 23:45:43 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-09 23:45:43 +0200
commit5ead27394d6adf7ea41497768ada6faee1bf1f88 (patch)
tree5d827568805c8ae87cca5056513e86cf35c08a5f /nixos/modules/services/logging
parentdd58c35332eaabf5f48613f6bc34fbbbb189cfa0 (diff)
downloadnixpkgs-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar
nixpkgs-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.gz
nixpkgs-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.bz2
nixpkgs-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.lz
nixpkgs-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.xz
nixpkgs-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.zst
nixpkgs-5ead27394d6adf7ea41497768ada6faee1bf1f88.zip
journaldriver: 1.0.0 -> 1.1.0 (#48106)
Included changes:

* upstream repository has moved, URLs changed accordingly
* journaldriver bumped to new upstream release

The new release includes an important workaround for an issue that
could cause log-forwarding to fail after service restarts due to
invalid journal cursors being persisted.
Diffstat (limited to 'nixos/modules/services/logging')
-rw-r--r--nixos/modules/services/logging/journaldriver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/logging/journaldriver.nix b/nixos/modules/services/logging/journaldriver.nix
index 74ac3d4c236..9bd581e9ec0 100644
--- a/nixos/modules/services/logging/journaldriver.nix
+++ b/nixos/modules/services/logging/journaldriver.nix
@@ -7,7 +7,7 @@
 # to be set.
 #
 # For further information please consult the documentation in the
-# upstream repository at: https://github.com/aprilabank/journaldriver/
+# upstream repository at: https://github.com/tazjin/journaldriver/
 
 { config, lib, pkgs, ...}: