1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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