From 27915daae97aa0df8163139e17c9e7e9eb9dfa62 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 7 Jul 2026 20:35:18 +0200 Subject: [PATCH] maintainers: drop vlstill --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/tm/tmpwatch/package.nix | 2 +- pkgs/development/libraries/unixODBCDrivers/default.nix | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 0b4a6908ad12..28a3712ae0c1 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -29593,12 +29593,6 @@ githubId = 20145996; name = "Victor Fuentes"; }; - vlstill = { - email = "xstill@fi.muni.cz"; - github = "vlstill"; - githubId = 4070422; - name = "Vladimír Štill"; - }; vmandela = { email = "venkat.mandela@gmail.com"; github = "vmandela"; diff --git a/pkgs/by-name/tm/tmpwatch/package.nix b/pkgs/by-name/tm/tmpwatch/package.nix index bf211804239f..26f1e74de6cd 100644 --- a/pkgs/by-name/tm/tmpwatch/package.nix +++ b/pkgs/by-name/tm/tmpwatch/package.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://pagure.io/tmpwatch"; description = "Recursively searches through specified directories and removes files which have not been accessed in a specified period of time"; license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; [ vlstill ]; + maintainers = [ ]; platforms = lib.platforms.unix; mainProgram = "tmpwatch"; }; diff --git a/pkgs/development/libraries/unixODBCDrivers/default.nix b/pkgs/development/libraries/unixODBCDrivers/default.nix index 2cc05aa87349..9b76f6a8c622 100644 --- a/pkgs/development/libraries/unixODBCDrivers/default.nix +++ b/pkgs/development/libraries/unixODBCDrivers/default.nix @@ -161,7 +161,7 @@ changelog = "http://www.ch-werner.de/sqliteodbc/html/index.html#changelog"; license = lib.licenses.bsd2; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ vlstill ]; + maintainers = [ ]; }; };