Unverified Commit c9ea67f0 authored by DontEatOreo's avatar DontEatOreo
Browse files

gpu-screen-recorder: sort meta

parent 9a6c897b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,9 +81,9 @@ stdenv.mkDerivation (finalAttrs: {

  meta = {
    description = "Screen recorder that has minimal impact on system performance by recording a window using the GPU only";
    mainProgram = "gpu-screen-recorder";
    homepage = "https://git.dec05eba.com/gpu-screen-recorder/about/";
    license = lib.licenses.gpl3Only;
    mainProgram = "gpu-screen-recorder";
    maintainers = [ lib.maintainers.babbaj ];
    platforms = [ "x86_64-linux" ];
  };