v4l2-relayd: remove with lib

This commit is contained in:
kyehn
2025-08-30 23:32:14 +08:00
parent 912b0bff9a
commit f226058ee3
+3 -3
View File
@@ -39,12 +39,12 @@ stdenv.mkDerivation (finalAttrs: {
rev-prefix = "upstream/";
};
meta = with lib; {
meta = {
description = "Streaming relay for v4l2loopback using GStreamer";
mainProgram = "v4l2-relayd";
homepage = "https://git.launchpad.net/v4l2-relayd";
license = licenses.gpl2Only;
maintainers = with maintainers; [ betaboon ];
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ betaboon ];
platforms = [ "x86_64-linux" ];
};
})