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"; description = "AddGrain filter for VapourSynth";
homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain"; homepage = "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ tadeokondrak ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Format conversion tools for VapourSynth"; description = "Format conversion tools for VapourSynth";
homepage = "https://github.com/EleonoreMizo/fmtconv"; homepage = "https://github.com/EleonoreMizo/fmtconv";
license = licenses.wtfpl; license = licenses.wtfpl;
maintainers = with maintainers; [ tadeokondrak ]; maintainers = with maintainers; [ ];
platforms = platforms.all; 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"; description = "An optimized OpenCL implementation of the Non-local means de-noising algorithm";
homepage = "https://github.com/Khanattila/KNLMeansCL"; homepage = "https://github.com/Khanattila/KNLMeansCL";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ tadeokondrak ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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