dmenu2: Cosmetic change

This commit is contained in:
ndowens 2017-04-02 12:15:02 -05:00
parent 6bce07f876
commit 236e752e38

View file

@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A patched fork of the original dmenu - an efficient dynamic menu for X"; description = "A patched fork of the original dmenu - an efficient dynamic menu for X";
homepage = https://bitbucket.org/melek/dmenu2; homepage = https://bitbucket.org/melek/dmenu2;
license = stdenv.lib.licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ cstrahan ]; maintainers = [ maintainers.cstrahan ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }