summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorFerry Jérémie <ferryjeremie@free.fr>2023-01-21 22:41:12 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 02:46:49 +0100
commit65d7e87fdb7ed8305012433753d7012312b95242 (patch)
tree2304cbe6c27dd9209531b1b374109679bb81528d /pkgs/applications/video
parent2272f206cd8063ab87fbb8e47df5d1e2c7788826 (diff)
treewide: replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/dvd-slideshow/default.nix2
-rw-r--r--pkgs/applications/video/dvdauthor/default.nix2
-rw-r--r--pkgs/applications/video/dvdbackup/default.nix2
-rw-r--r--pkgs/applications/video/xine-ui/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/video/dvd-slideshow/default.nix b/pkgs/applications/video/dvd-slideshow/default.nix
index 165cb4ab4d63..6499b6153c8d 100644
--- a/pkgs/applications/video/dvd-slideshow/default.nix
+++ b/pkgs/applications/video/dvd-slideshow/default.nix
@@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
meta = {
description = "Suite of command line programs that creates a slideshow-style video from groups of pictures";
- homepage = "http://dvd-slideshow.sourceforge.net/wiki/Main_Page";
+ homepage = "https://dvd-slideshow.sourceforge.net/wiki/Main_Page";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.robbinch ];
diff --git a/pkgs/applications/video/dvdauthor/default.nix b/pkgs/applications/video/dvdauthor/default.nix
index 941b0808886e..daf785b7139f 100644
--- a/pkgs/applications/video/dvdauthor/default.nix
+++ b/pkgs/applications/video/dvdauthor/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tools for generating DVD files to be played on standalone DVD players";
- homepage = "http://dvdauthor.sourceforge.net/";
+ homepage = "https://dvdauthor.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin;
};
diff --git a/pkgs/applications/video/dvdbackup/default.nix b/pkgs/applications/video/dvdbackup/default.nix
index 89995ab8cba7..3e998d0c4a17 100644
--- a/pkgs/applications/video/dvdbackup/default.nix
+++ b/pkgs/applications/video/dvdbackup/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A tool to rip video DVDs from the command line";
- homepage = "http://dvdbackup.sourceforge.net/";
+ homepage = "https://dvdbackup.sourceforge.net/";
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.bradediger ];
platforms = lib.platforms.linux;
diff --git a/pkgs/applications/video/xine-ui/default.nix b/pkgs/applications/video/xine-ui/default.nix
index 7fd00ec66d03..8becf629d153 100644
--- a/pkgs/applications/video/xine-ui/default.nix
+++ b/pkgs/applications/video/xine-ui/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
- homepage = "http://xine.sourceforge.net/";
+ homepage = "https://xine.sourceforge.net/";
description = "Xlib-based frontend for Xine video player";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];