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:36:40 +02:00
parent 0420282780
commit 73e17a3594
31 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
the system's terminfo database.
'';
license = licenses.lgpl2;
maintainers = with maintainers; [ astsmtl antono lethalman ];
maintainers = with maintainers; [ astsmtl antono ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
the system's terminfo database.
'';
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ astsmtl antono lethalman ] ++ teams.gnome.members;
maintainers = with maintainers; [ astsmtl antono ] ++ teams.gnome.members;
platforms = platforms.unix;
};
}