about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-11-15 22:28:01 -0600
committerGitHub <noreply@github.com>2023-11-15 22:28:01 -0600
commit7414e9ee0b3e9903c24d3379f577a417f0aae5f1 (patch)
tree9308a795ac7946a7a0fe647059f545ae313baae2 /pkgs
parentc4da5ba4355e7fb760eebb996feba012fa2e966e (diff)
parent2e0e0e4abc7973222fd5a2a416ab258f41ee8309 (diff)
Merge pull request #267689 from SuperSandro2000/patch-1
obs-studio-plugins.obs-pipewire-audio-capture: fix license
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/obs-pipewire-audio-capture.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/obs-pipewire-audio-capture.nix b/pkgs/applications/video/obs-studio/plugins/obs-pipewire-audio-capture.nix
index ec9885fc7e7c8..622ba7d66e289 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-pipewire-audio-capture.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-pipewire-audio-capture.nix
@@ -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" ];
   };
 }