mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00: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:
parent
b0d472b8e7
commit
3db469781a
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue