treewide: homepage+src updates (found by repology, #33263)

This commit is contained in:
Samuel Dionne-Riel
2018-01-05 20:42:46 +01:00
committed by Vladimír Čunát
parent a7ef0c03d2
commit 7b97c8c0c8
147 changed files with 178 additions and 178 deletions
+2 -2
View File
@@ -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;
};