Merge pull request #267689 from SuperSandro2000/patch-1

obs-studio-plugins.obs-pipewire-audio-capture: fix license
This commit is contained in:
Fabián Heredia Montiel
2023-11-15 22:28:01 -06:00
committed by GitHub
@@ -32,10 +32,10 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = " Audio device and application capture for OBS Studio using PipeWire ";
description = "Audio device and application capture for OBS Studio using PipeWire";
homepage = "https://github.com/dimtpap/obs-pipewire-audio-capture";
maintainers = with maintainers; [ Elinvention ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
};
}