maintainers: drop ttuegel
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -277,15 +277,15 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
|
||||
/lib/licenses @alyssais @emilazy @jopejoe1
|
||||
|
||||
# Qt
|
||||
/pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
|
||||
/pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
|
||||
/pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000
|
||||
/pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000
|
||||
|
||||
# KDE Frameworks 5
|
||||
/pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
|
||||
/pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000
|
||||
|
||||
# KDE / Plasma 6
|
||||
/pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
|
||||
/maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
|
||||
/pkgs/kde @K900 @NickCao @SuperSandro2000
|
||||
/maintainers/scripts/kde @K900 @NickCao @SuperSandro2000
|
||||
|
||||
# PostgreSQL and related stuff
|
||||
/pkgs/by-name/po/postgresqlTestHook @NixOS/postgres
|
||||
|
||||
@@ -28388,12 +28388,6 @@
|
||||
githubId = 77488956;
|
||||
name = "Timothy Tschnitzel";
|
||||
};
|
||||
ttuegel = {
|
||||
email = "ttuegel@mailbox.org";
|
||||
github = "ttuegel";
|
||||
githubId = 563054;
|
||||
name = "Thomas Tuegel";
|
||||
};
|
||||
tu-maurice = {
|
||||
email = "valentin.gehrke+nixpkgs@zom.bi";
|
||||
github = "tu-maurice";
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "sddm-autologin";
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ ttuegel ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine = {
|
||||
|
||||
@@ -112,7 +112,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "QML based X11 display manager";
|
||||
homepage = "https://github.com/sddm/sddm";
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
k900
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -114,7 +114,7 @@ buildFHSEnv {
|
||||
description = "Online stored folders (daemon version)";
|
||||
homepage = "https://www.dropbox.com/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "dropbox";
|
||||
};
|
||||
|
||||
@@ -93,7 +93,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Collection of Fortran77 subroutines to solve large scale eigenvalue problems";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
dotlambda
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
thoughtpolice
|
||||
ttuegel
|
||||
bbarker
|
||||
];
|
||||
};
|
||||
|
||||
@@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "audacious";
|
||||
maintainers = with lib.maintainers; [
|
||||
ramkromberg
|
||||
ttuegel
|
||||
thiagokokada
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -73,7 +73,7 @@ perlPackages.buildPerlModule {
|
||||
description = "Backend for BibLaTeX";
|
||||
license = biberSource.meta.license;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "biber";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -151,6 +151,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "clementine";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -205,9 +205,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
changelog = "https://cmake.org/cmake/help/v${lib.versions.majorMinor finalAttrs.version}/release/${lib.versions.majorMinor finalAttrs.version}.html";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "cmake";
|
||||
broken = (qt5UI && stdenv.hostPlatform.isDarwin);
|
||||
|
||||
@@ -39,9 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "http://wryun.github.io/es-shell/";
|
||||
license = lib.licenses.publicDomain;
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
|
||||
@@ -148,6 +148,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
|
||||
platforms = lib.platforms.all;
|
||||
pkgConfigModules = [ "freetype2" ];
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
and the design of Django is reused in Grantlee.'';
|
||||
|
||||
homepage = "https://github.com/steveire/grantlee";
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.lgpl21;
|
||||
inherit (qt5.qtbase.meta) platforms;
|
||||
};
|
||||
|
||||
@@ -358,6 +358,6 @@ python3Packages.buildPythonApplication {
|
||||
gpl2Plus
|
||||
];
|
||||
platforms = lib.attrNames hplipPlatforms;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -147,7 +147,6 @@ buildNpmPackage rec {
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
lunik1
|
||||
];
|
||||
};
|
||||
|
||||
@@ -112,7 +112,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
It supports making small figures for inclusion into LaTeX-documents
|
||||
as well as presentations in PDF.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/open-source-parsers/jsoncpp";
|
||||
description = "C++ library for interacting with JSON";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = "https://launchpad.net/libdbusmenu-qt";
|
||||
description = "Provides a Qt implementation of the DBusMenu spec";
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
inherit (libsForQt5.qtbase.meta) platforms;
|
||||
license = lib.licenses.lgpl2;
|
||||
};
|
||||
|
||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://blog.lxde.org/category/pcmanfm/";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
description = "Glib-based library for file management";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -96,8 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://xkbcommon.org";
|
||||
changelog = "https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-${finalAttrs.version}/NEWS.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
maintainers = [
|
||||
];
|
||||
mainProgram = "xkbcli";
|
||||
platforms = with lib.platforms; unix;
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Repository of data files describing media player capabilities";
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/media-player-info/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library to read freedesktop.org menu files";
|
||||
homepage = "https://github.com/lxde/menu-cache";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "High quality system independent, portable, open source libm implementation";
|
||||
homepage = "https://openlibm.org/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = "http://www.openslp.org/";
|
||||
description = "Open-source implementation of the IETF Service Location Protocol";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.all;
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Collection of special mathematical functions";
|
||||
homepage = "https://github.com/JuliaLang/openspecfun";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/caryll/otfcc";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://blog.lxde.org/category/pcmanfm/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
description = "File manager with GTK interface";
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "pcmanfm";
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/Hibou57/PostiATS-Utilities";
|
||||
license = lib.licenses.bsd2;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
||||
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
||||
as WeeChat, but graphical (based on Qt4/KDE4 or Qt5/KF5).
|
||||
'';
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
mainProgram =
|
||||
if monolithic then
|
||||
"quassel"
|
||||
|
||||
@@ -58,7 +58,6 @@ pypkgs.buildPythonApplication (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
homepage = "https://gitlab.com/latex-rubber/rubber";
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
peterhoeg
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
description = "Sans serif font family for user interface environments (version of Source Sans before being renamed)";
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
description = "Sans serif font family for user interface environments";
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
description = "Typeface for setting text in many sizes, weights, and languages. Designed to complement Source Sans";
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
description = "Typeface for setting text in many sizes, weights, and languages. Designed to complement Source Sans";
|
||||
license = lib.licenses.ofl;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -114,7 +114,7 @@ effectiveStdenv.mkDerivation rec {
|
||||
gpl2Plus
|
||||
lgpl21Plus
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lgpl21Only
|
||||
mpl11
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
pkgConfigModules = [
|
||||
"taglib"
|
||||
"taglib_c"
|
||||
|
||||
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lgpl21Only
|
||||
mpl11
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
pkgConfigModules = [
|
||||
"taglib"
|
||||
"taglib_c"
|
||||
|
||||
@@ -35,6 +35,6 @@ buildGoModule {
|
||||
homepage = "https://github.com/sloonz/ua";
|
||||
license = lib.licenses.isc;
|
||||
description = "Universal Aggregator";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -50,7 +50,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/RichiH/vcsh/blob/v${finalAttrs.version}/changelog";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
alerque
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
|
||||
description = "Converts VobSub subtitles into SRT subtitles";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "vobsub2srt";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -178,7 +178,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
thoughtpolice
|
||||
ttuegel
|
||||
numinit
|
||||
];
|
||||
pkgConfigModules = lib.optionals useCmakeBuild [ "z3" ];
|
||||
|
||||
@@ -131,7 +131,6 @@ let
|
||||
homepage = "https://pagure.io/lohit";
|
||||
maintainers = [
|
||||
lib.maintainers.mathnerd314
|
||||
lib.maintainers.ttuegel
|
||||
];
|
||||
# Set a non-zero priority to allow easy overriding of the
|
||||
# fontconfig configuration files.
|
||||
|
||||
@@ -144,6 +144,6 @@ buildPackages.stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Local Hoogle database";
|
||||
platforms = ghc.meta.platforms;
|
||||
hydraPlatforms = with lib.platforms; none;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -157,7 +157,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
tmarkus
|
||||
ttuegel
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
let
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
nyanloutre
|
||||
];
|
||||
license = with lib.licenses; [
|
||||
|
||||
@@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
|
||||
gpl3
|
||||
lgpl21
|
||||
];
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.pcre.org/";
|
||||
description = "Perl Compatible Regular Expressions";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
pkgConfigModules = [
|
||||
"libpcre2-posix"
|
||||
|
||||
@@ -29,7 +29,7 @@ mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Qt wrapper around PolKit";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -188,7 +188,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = with lib.licenses; [ gpl2Plus ];
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.freedesktop ];
|
||||
pkgConfigModules = [
|
||||
"poppler"
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Qt Cryptographic Architecture";
|
||||
homepage = "https://invent.kde.org/libraries/qca";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
platforms = with lib.platforms; unix;
|
||||
};
|
||||
|
||||
@@ -603,7 +603,6 @@ stdenv.mkDerivation (
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
qknight
|
||||
ttuegel
|
||||
bkchr
|
||||
];
|
||||
pkgConfigModules = [
|
||||
|
||||
@@ -116,7 +116,6 @@ mkDerivation (
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
qknight
|
||||
ttuegel
|
||||
bkchr
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -337,7 +337,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.bsd3;
|
||||
homepage = "https://github.com/OpenMathLib/OpenBLAS";
|
||||
platforms = lib.attrNames configs;
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
pkgConfigModules = [
|
||||
"openblas"
|
||||
"blas"
|
||||
|
||||
@@ -238,6 +238,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "ibus";
|
||||
maintainers = with lib.maintainers; [ ttuegel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user