Update homepage attributes: http -> https

Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
This commit is contained in:
mimadrid
2017-08-02 23:50:51 +02:00
parent be6170d803
commit 09e0cc7cc7
216 changed files with 228 additions and 228 deletions

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ interface for GStreamer";
homepage = http://gstreamer.freedesktop.org/bindings/cplusplus.html;
homepage = https://gstreamer.freedesktop.org/bindings/cplusplus.html;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ romildo ];
platforms = platforms.unix;

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gst-plugins-base gstreamer pkgconfig ];
meta = {
homepage = http://gstreamer.freedesktop.org/modules/gnonlin.html;
homepage = https://gstreamer.freedesktop.org/modules/gnonlin.html;
description = "Gstreamer Non-Linear Multimedia Editing Plugins";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
++ (if useInternalFfmpeg then [ yasm ] else [ ffmpeg ]);
meta = {
homepage = http://gstreamer.freedesktop.org/releases/gst-ffmpeg;
homepage = https://gstreamer.freedesktop.org/releases/gst-ffmpeg;
description = "GStreamer's plug-in using FFmpeg";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C++ bindings for the GStreamer streaming multimedia library";
homepage = http://www.gtkmm.org/;
homepage = https://www.gtkmm.org/;
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ plcplc ];
platforms = platforms.unix;

View File

@@ -4,7 +4,7 @@
}:
# Note that since gst-libav-1.6, libav is actually ffmpeg. See
# http://gstreamer.freedesktop.org/releases/1.6/ for more info.
# https://gstreamer.freedesktop.org/releases/1.6/ for more info.
assert withSystemLibav -> libav != null;