Unverified Commit f3a31652 authored by éclairevoyant's avatar éclairevoyant
Browse files

chrysalis: remove `meta = with lib;`

parent 44fad83a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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