summary refs log tree commit diff
path: root/pkgs/development/libraries/librdf/raptor2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/librdf/raptor2.nix')
-rw-r--r--pkgs/development/libraries/librdf/raptor2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/librdf/raptor2.nix b/pkgs/development/libraries/librdf/raptor2.nix
index bb8aeefa102..65655814685 100644
--- a/pkgs/development/libraries/librdf/raptor2.nix
+++ b/pkgs/development/libraries/librdf/raptor2.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "The RDF Parser Toolkit";
-    homepage = "http://librdf.org/raptor";
+    homepage = "https://librdf.org/raptor";
     license = with lib.licenses; [ lgpl21 asl20 ];
     maintainers = with lib.maintainers; [ marcweber ];
     platforms = lib.platforms.unix;