about summary refs log tree commit diff
path: root/pkgs/tools/video/xjadeo/default.nix
diff options
context:
space:
mode:
authorFerry Jérémie <ferryjeremie@free.fr>2023-02-19 21:43:38 +0100
committerFerry Jérémie <ferryjeremie@free.fr>2023-02-19 21:47:59 +0100
commitbfac2d0034f395a8dbcd7eabe633e68757c3f1c9 (patch)
tree5b817095ef9e367a504bed1c833b2b95744aed39 /pkgs/tools/video/xjadeo/default.nix
parent48d298f85383765664e76b5fb98dd91f2b0d0292 (diff)
downloadnixlib-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar
nixlib-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.gz
nixlib-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.bz2
nixlib-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.lz
nixlib-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.xz
nixlib-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.zst
nixlib-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.zip
treewide:replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/tools/video/xjadeo/default.nix')
-rw-r--r--pkgs/tools/video/xjadeo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/video/xjadeo/default.nix b/pkgs/tools/video/xjadeo/default.nix
index 53d6c49b7e64..c490c276adf9 100644
--- a/pkgs/tools/video/xjadeo/default.nix
+++ b/pkgs/tools/video/xjadeo/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
       soundtrack composition, video monitoring or any task that requires to
       synchronizing movie frames with external events.
     '';
-    homepage = "http://xjadeo.sourceforge.net";
+    homepage = "https://xjadeo.sourceforge.net";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ mitchmindtree ];