summary refs log tree commit diff
path: root/pkgs/development/libraries/eventlog
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/development/libraries/eventlog
parent5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8 (diff)
downloadnixpkgs-7937f8266574f8fc65592feee9706b5468cfff4e.tar
nixpkgs-7937f8266574f8fc65592feee9706b5468cfff4e.tar.gz
nixpkgs-7937f8266574f8fc65592feee9706b5468cfff4e.tar.bz2
nixpkgs-7937f8266574f8fc65592feee9706b5468cfff4e.tar.lz
nixpkgs-7937f8266574f8fc65592feee9706b5468cfff4e.tar.xz
nixpkgs-7937f8266574f8fc65592feee9706b5468cfff4e.tar.zst
nixpkgs-7937f8266574f8fc65592feee9706b5468cfff4e.zip
treewide: http -> https
Diffstat (limited to 'pkgs/development/libraries/eventlog')
-rw-r--r--pkgs/development/libraries/eventlog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/eventlog/default.nix b/pkgs/development/libraries/eventlog/default.nix
index b784088dc65..838693ba12d 100644
--- a/pkgs/development/libraries/eventlog/default.nix
+++ b/pkgs/development/libraries/eventlog/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
       Where you had a simple non-structrured string in syslog() you have a
       combination of description and tag/value pairs.
     '';
-    homepage = http://www.balabit.com/support/community/products/;
+    homepage = https://www.balabit.com/support/community/products/;
     license = stdenv.lib.licenses.bsd3;
     platforms = stdenv.lib.platforms.unix;
   };