aboutsummaryrefslogtreecommitdiff
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)
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 b784088dc652..838693ba12d0 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;
};