Unverified Commit 91215680 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

yaziPlugins: fix description (#416716)

parents 04e52048 3d0e037c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ mkYaziPlugin {
  };

  meta = {
    description = "Previewing archive contents with mactag";
    description = "Bring macOS's awesome tagging feature to Yazi";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
    platforms = lib.platforms.darwin;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ mkYaziPlugin {
  };

  meta = {
    description = "Previewing archive contents with mime-ext";
    description = "Mime-type provider based on a file extension database, replacing the builtin file to speed up mime-type retrieval at the expense of accuracy";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ mkYaziPlugin {
  };

  meta = {
    description = "Previewing archive contents with mount";
    description = "Mount manager for Yazi";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ mkYaziPlugin {
  };

  meta = {
    description = "Previewing archive contents with no-status";
    description = "Remove the status bar";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ mkYaziPlugin {
  };

  meta = {
    description = "Previewing archive contents with smart-enter";
    description = "Open files or enter directories all in one key";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
  };
Loading