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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user