dmenu: add qusic to maintainers

This commit is contained in:
Qusic 2024-04-01 16:34:16 +08:00
parent c1721e0326
commit 6791c0db01
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "A generic, highly customizable, and efficient menu for the X Window System";
homepage = "https://tools.suckless.org/dmenu";
license = licenses.mit;
maintainers = with maintainers; [ pSub globin ];
maintainers = with maintainers; [ pSub globin qusic ];
platforms = platforms.all;
mainProgram = "dmenu";
};