Unverified Commit 2e0e0e4a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parent 7fca6e25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
    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" ];
  };
}