obs-studio-plugins.obs-pipewire-audio-capture: fix license

This commit is contained in:
Sandro 2023-11-15 16:42:58 +01:00 committed by GitHub
parent 7fca6e25c2
commit 2e0e0e4abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];
};
}