gst_all_1.*: adopt maintainership as lilyinstarlight
This commit is contained in:
@@ -361,6 +361,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = if enableGplPlugins then licenses.gpl2Plus else licenses.lgpl2Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = with maintainers; [ matthewbauer lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -168,6 +168,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"gstreamer-video-1.0"
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = with maintainers; [ matthewbauer lilyinstarlight ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -120,6 +120,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"gstreamer-controller-1.0"
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ttuegel matthewbauer ];
|
||||
maintainers = with maintainers; [ ttuegel matthewbauer lilyinstarlight ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -65,5 +65,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://gstreamer.freedesktop.org";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://gstreamer.freedesktop.org";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -190,6 +190,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = with maintainers; [ matthewbauer lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://gstreamer.freedesktop.org";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ bkchr ];
|
||||
maintainers = with maintainers; [ bkchr lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -93,6 +93,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = if enableGplPlugins then licenses.gpl2Plus else licenses.lgpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
maintainers = with maintainers; [ matthewbauer lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Set of VAAPI GStreamer Plug-ins";
|
||||
homepage = "https://gstreamer.freedesktop.org";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ lilyinstarlight ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user