Unverified Commit 5b77c89e authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

magnetic-catppuccin-gtk: remove usage of with lib;

parent 45a971c1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -101,11 +101,11 @@ lib.checkListOfEnum "${pname} Valid theme accent(s)" validAccents accent lib.che
      runHook postInstall
    '';

    meta = with lib; {
    meta = {
      description = "GTK Theme with Catppuccin colour scheme";
      homepage = "https://github.com/Fausto-Korpsvart/Catppuccin-GTK-Theme";
      license = licenses.gpl3Only;
      maintainers = with maintainers; [ icy-thought ];
      platforms = platforms.all;
      license = lib.licenses.gpl3Only;
      maintainers = with lib.maintainers; [ icy-thought ];
      platforms = lib.platforms.all;
    };
  }