vapoursynthPlugins: remove all unquoted URLs

pull/2/head
Simon Bruder 2021-01-22 17:22:37 +01:00 committed by Tadeo Kondrak
parent 74b6413005
commit cd51715d8b
21 changed files with 21 additions and 21 deletions

View File

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

View File

@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
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
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

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

View File

@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
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;
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
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
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

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

View File

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

View File

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

View File

@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
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
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
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;
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

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

View File

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

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
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;
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

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

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
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;
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

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

View File

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

View File

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

View File

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

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
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;
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;

View File

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
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
maintainers = with maintainers; [ tadeokondrak ];
platforms = platforms.all;