chrysalis: remove meta = with lib;

This commit is contained in:
éclairevoyant
2024-06-24 12:21:00 -04:00
parent 44fad83afa
commit f3a3165277
+2 -2
View File
@@ -42,8 +42,8 @@ appimageTools.wrapType2 rec {
meta = with lib; {
description = "Graphical configurator for Kaleidoscope-powered keyboards";
homepage = "https://github.com/keyboardio/Chrysalis";
license = licenses.gpl3Only;
maintainers = with maintainers; [
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
aw
eclairevoyant
nshalman