mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
dmenu: add qusic to maintainers
This commit is contained in:
parent
c1721e0326
commit
6791c0db01
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user