maintainers: drop vlstill (#539350)

This commit is contained in:
Yohann Boniface
2026-07-18 10:02:54 +00:00
committed by GitHub
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -29732,12 +29732,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";
+1 -1
View File
@@ -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";
};
@@ -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 = [ ];
};
};