treewide: remove lethalman from meta.maintainers

He hasn't been heard of for years.
This commit is contained in:
Vladimír Čunát
2021-05-07 15:35:21 +02:00
parent 0420282780
commit 73e17a3594
31 changed files with 31 additions and 31 deletions

View File

@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
platforms = platforms.unix;
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ lethalman lnl7 ];
maintainers = with maintainers; [ lnl7 ];
};
}