summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/talloc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/talloc/default.nix')
-rw-r--r--pkgs/development/libraries/talloc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/talloc/default.nix b/pkgs/development/libraries/talloc/default.nix
index e8f0d61b2f4f..30d9a38a35df 100644
--- a/pkgs/development/libraries/talloc/default.nix
+++ b/pkgs/development/libraries/talloc/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Hierarchical pool based memory allocator with destructors";
- homepage = http://tdb.samba.org/;
+ homepage = https://tdb.samba.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ wkennington ];
platforms = platforms.all;