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
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
description = "A tool to help manage well known user directories like the desktop folder and the music folder";
license = licenses.gpl2;
maintainers = with maintainers; [ lethalman ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}