Update pkgs/data/themes/lightly-qt/default.nix

Code style changes

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
This commit is contained in:
Philipp Woelfel 2022-01-15 11:54:20 -07:00 committed by Philipp Woelfel
parent b0d472b8e7
commit 3db469781a

View File

@ -36,7 +36,7 @@ mkDerivation rec {
description = "A fork of breeze theme style that aims to be visually modern and minimalistic";
homepage = "https://github.com/Luwx/Lightly";
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.pwoelfel ];
maintainers = with lib.maintainers; [ pwoelfel ];
platforms = lib.platforms.all;
};
}