summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/applications/video
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
downloadnixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.gz
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.bz2
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.lz
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.xz
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.zst
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.zip
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/minitube/default.nix2
-rw-r--r--pkgs/applications/video/ogmtools/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/minitube/default.nix b/pkgs/applications/video/minitube/default.nix
index f70c142ab41d..bef3a78d782e 100644
--- a/pkgs/applications/video/minitube/default.nix
+++ b/pkgs/applications/video/minitube/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
       you an endless video stream. Minitube is not about cloning the YouTube
       website, it aims to create a new TV-like experience.
     '';
-    homepage = http://flavio.tordini.org/minitube;
+    homepage = https://flavio.tordini.org/minitube;
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ nckx ];
diff --git a/pkgs/applications/video/ogmtools/default.nix b/pkgs/applications/video/ogmtools/default.nix
index 83e69495b03a..221f4fc0e5c3 100644
--- a/pkgs/applications/video/ogmtools/default.nix
+++ b/pkgs/applications/video/ogmtools/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
   name = "ogmtools-1.5";
 
   src = fetchurl {
-    url = "http://www.bunkus.org/videotools/ogmtools/${name}.tar.bz2";
+    url = "https://www.bunkus.org/videotools/ogmtools/${name}.tar.bz2";
     sha256 = "1spx81p5wf59ksl3r3gvf78d77sh7gj8a6lw773iv67bphfivmn8";
   };
 
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
       (ogmdemux) or creation of (ogmmerge) OGG media streams. Includes dvdxchap
       tool for extracting chapter information from DVD.
     '';
-    homepage = http://www.bunkus.org/videotools/ogmtools/;
+    homepage = https://www.bunkus.org/videotools/ogmtools/;
     license = stdenv.lib.licenses.gpl2;
     platforms = stdenv.lib.platforms.linux;
   };