about summary refs log tree commit diff
path: root/nixos
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
parentdd58c35332eaabf5f48613f6bc34fbbbb189cfa0 (diff)
downloadnixlib-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar
nixlib-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.gz
nixlib-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.bz2
nixlib-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.lz
nixlib-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.xz
nixlib-5ead27394d6adf7ea41497768ada6faee1bf1f88.tar.zst
nixlib-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')
-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 74ac3d4c2365..9bd581e9ec0e 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, ...}: