obs-studio-plugins.obs-vaapi: add meta.changelog

This commit is contained in:
PedroHLC ☭ 2023-06-25 11:55:17 -03:00
parent e7d05a7d09
commit a430d79794
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "OBS Studio VAAPI support via GStreamer";
homepage = "https://github.com/fzwoch/obs-vaapi";
changelog = "https://github.com/fzwoch/obs-vaapi/releases/tag/${version}";
maintainers = with maintainers; [ ahuzik pedrohlc ];
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];