treewide: remove maintainer tadeokondrak

This commit is contained in:
Tadeo Kondrak 2024-07-04 15:13:15 -06:00
parent 17ded7214a
commit b93f03cb83
22 changed files with 22 additions and 22 deletions

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "AddGrain filter for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain";
license = licenses.gpl2;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
description = "Autocrop for VapourSynth";
homepage = "https://github.com/Irrational-Encoding-Wizardry/vapoursynth-autocrop";
license = licenses.unfree; # no license
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "VapourSynth edge sharpener plugin";
homepage = "https://github.com/dubhater/vapoursynth-awarpsharp2";
license = licenses.isc;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "A bézier curve plugin for VapourSynth";
homepage = "https://github.com/kewenyu/VapourSynth-BezierCurve";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Bifrost (temporal derainbowing) plugin for Vapoursynth";
homepage = "https://github.com/dubhater/vapoursynth-bifrost";
license = licenses.unfree; # no license
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Bilateral filter for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral";
license = licenses.gpl3;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "BM3D denoising filter for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "Temporal chroma denoiser for VapourSynth";
homepage = "https://github.com/dubhater/vapoursynth-cnr2";
license = licenses.gpl2;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
description = "Continuity Fixer port for Vapoursynth";
homepage = "https://github.com/MonoS/VS-ContinuityFixer";
license = licenses.unfree; # no license
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -28,7 +28,7 @@ python.pkgs.toPythonModule (stdenv.mkDerivation rec {
description = "VapourSynth plugin to undo upscaling";
homepage = "https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale";
license = licenses.wtfpl;
maintainers = with maintainers; [ sbruder tadeokondrak ];
maintainers = with maintainers; [ sbruder ];
platforms = platforms.all;
};
})

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "EEDI2 filter for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI2";
license = licenses.gpl2;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Renewed EEDI3 filter for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI3";
license = licenses.gpl2;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "A deband library and filter for AviSynth/VapourSynth";
homepage = "https://github.com/SAPikachu/flash3kyuu_deband";
license = licenses.gpl3;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Format conversion tools for VapourSynth";
homepage = "https://github.com/EleonoreMizo/fmtconv";
license = licenses.wtfpl;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "An optimized OpenCL implementation of the Non-local means de-noising algorithm";
homepage = "https://github.com/Khanattila/KNLMeansCL";
license = licenses.gpl3;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
description = "L-SMASH source plugin for VapourSynth";
homepage = "https://github.com/VFR-maniac/L-SMASH-Works";
license = with licenses; [ isc lgpl21Plus ];
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "nnedi3 filter for VapourSynth";
homepage = "https://github.com/dubhater/vapoursynth-nnedi3";
license = licenses.gpl2;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Retinex algorithm for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Retinex";
license = licenses.gpl3;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "VapourSynth Single Field Deinterlacer";
homepage = "https://github.com/dubhater/vapoursynth-sangnom";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "TCanny filter for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny";
license = licenses.gpl2;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "An implementation of the NL-means denoising algorithm";
homepage = "https://github.com/VFR-maniac/VapourSynth-TNLMeans";
license = licenses.lgpl2;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
description = "Xvid-like scene change detection for VapourSynth";
homepage = "https://github.com/dubhater/vapoursynth-wwxd";
license = licenses.unfree; # no license
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}