Merge pull request #324676 from tadeokondrak/remove-maintainer-tadeokondrak

This commit is contained in:
Franz Pletz 2024-07-05 01:21:42 +02:00 committed by GitHub
commit feeebf963b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 15 additions and 23 deletions

View File

@ -19531,13 +19531,6 @@
githubId = 28858039;
name = "Tuomas Mäkinen";
};
tadeokondrak = {
email = "me@tadeo.ca";
github = "tadeokondrak";
githubId = 4098453;
name = "Tadeo Kondrak";
keys = [ { fingerprint = "0F2B C0C7 E77C 5B42 AC5B 4C18 FBE6 07FC C495 16D3"; } ];
};
tadfisher = {
email = "tadfisher@gmail.com";
github = "tadfisher";

View File

@ -31,7 +31,7 @@ buildPythonApplication rec {
mainProgram = "cum";
homepage = "https://github.com/Hamuko/cum";
license = licenses.asl20;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
mainProgram = "fff";
homepage = "https://github.com/dylanaraps/fff";
license = licenses.mit;
maintainers = [ maintainers.tadeokondrak ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/bkueng/qMasterPassword";
license = licenses.gpl3;
maintainers = with lib.maintainers; [ tadeokondrak teutat3s ];
maintainers = with lib.maintainers; [ teutat3s ];
platforms = platforms.all;
};
}

View File

@ -71,7 +71,7 @@ buildGoModule rec {
meta = with lib; {
description = "Email client for your terminal";
homepage = "https://aerc-mail.org/";
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
mainProgram = "aerc";
license = licenses.mit;
platforms = platforms.unix;

View File

@ -377,7 +377,6 @@ stdenv'.mkDerivation (finalAttrs: {
fpletz
globin
ma27
tadeokondrak
];
platforms = lib.platforms.unix;
};

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
homepage = "https://code.videolan.org/videolan/libplacebo";
changelog = "https://code.videolan.org/videolan/libplacebo/-/tags/v${version}";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ primeos tadeokondrak ];
maintainers = with maintainers; [ primeos ];
platforms = platforms.all;
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
mainProgram = "ctypes.sh";
homepage = "https://github.com/taviso/ctypes.sh";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Official library to interface with the Discord client";
homepage = "https://github.com/discordapp/discord-rpc";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "FFmpeg based source library for easy frame accurate access";
mainProgram = "ffmsindex";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = "http://l-smash.github.io/l-smash/";
description = "MP4 container utilities";
license = licenses.isc;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
homepage = "https://code.videolan.org/videolan/libplacebo";
changelog = "https://code.videolan.org/videolan/libplacebo/-/tags/v${version}";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ primeos tadeokondrak ];
maintainers = with maintainers; [ primeos ];
platforms = platforms.all;
};
}

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.vapoursynth.com/";
license = licenses.lgpl21;
platforms = platforms.x86_64;
maintainers = with maintainers; [ rnhmjoj sbruder tadeokondrak ];
maintainers = with maintainers; [ rnhmjoj sbruder ];
mainProgram = "vspipe";
};
}

View File

@ -37,7 +37,7 @@ let
description = "Cross-platform editor for VapourSynth scripts";
homepage = "https://github.com/YomikoR/VapourSynth-Editor";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
};

View File

@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.videolan.org/developers/x264.html";
license = licenses.gpl2Plus;
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
};
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
mainProgram = "drm_info";
homepage = "https://github.com/ascent12/drm_info";
license = licenses.mit;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Difficulty and pp calculator for osu!";
homepage = "https://github.com/Francesco149/oppai-ng";
license = licenses.unlicense;
maintainers = with maintainers; [ tadeokondrak ];
maintainers = with maintainers; [ ];
mainProgram = "oppai";
platforms = platforms.all;
};