Merge pull request #24566 from ndowens/dmenu2

dmenu2: Cosmetic change
This commit is contained in:
Jörg Thalheim 2017-04-02 23:18:44 +02:00 committed by GitHub
commit 58224f9430

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;
}; };
} }