about summary refs log tree commit diff
path: root/pkgs/applications/video
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/applications/video
parent48d298f85383765664e76b5fb98dd91f2b0d0292 (diff)
treewide:replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/imagination/default.nix2
-rw-r--r--pkgs/applications/video/tivodecode/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/imagination/default.nix b/pkgs/applications/video/imagination/default.nix
index 732d8f547ff69..804265bcb5456 100644
--- a/pkgs/applications/video/imagination/default.nix
+++ b/pkgs/applications/video/imagination/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Lightweight and simple DVD slide show maker";
-    homepage = "http://imagination.sourceforge.net";
+    homepage = "https://imagination.sourceforge.net";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ austinbutler ];
     platforms = platforms.linux;
diff --git a/pkgs/applications/video/tivodecode/default.nix b/pkgs/applications/video/tivodecode/default.nix
index 706dbc187377a..c21a0611262da 100644
--- a/pkgs/applications/video/tivodecode/default.nix
+++ b/pkgs/applications/video/tivodecode/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
 
   meta = with lib; {
     description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file";
-    homepage = "http://tivodecode.sourceforge.net";
+    homepage = "https://tivodecode.sourceforge.net";
     platforms = platforms.unix;
     license = licenses.bsd3;
   };