about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-07-05 18:35:28 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-07-05 18:35:28 -0700
commit7937f8266574f8fc65592feee9706b5468cfff4e (patch)
tree75b25cf87d2584e1b55b1c0709d486e186c3c50a /pkgs/tools/system
parent5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8 (diff)
treewide: http -> https
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/syslog-ng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/syslog-ng/default.nix b/pkgs/tools/system/syslog-ng/default.nix
index 4f3795cf54c9d..7abf9e85ab883 100644
--- a/pkgs/tools/system/syslog-ng/default.nix
+++ b/pkgs/tools/system/syslog-ng/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
   outputs = [ "out" "man" ];
 
   meta = with stdenv.lib; {
-    homepage = http://www.balabit.com/network-security/syslog-ng/;
+    homepage = https://www.balabit.com/network-security/syslog-ng/;
     description = "Next-generation syslogd with advanced networking and filtering capabilities";
     license = licenses.gpl2;
     maintainers = with maintainers; [ rickynils  fpletz ];