Cleanup: Factor out lib for metadata

This commit is contained in:
Philipp Woelfel 2022-01-15 12:50:51 -07:00
parent 57c9949a64
commit 610b8b2210

View File

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