maintainers: drop vlstill (#539350)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user