Procházet zdrojové kódy

fix: update snapscraft.yaml

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen před 2 roky
rodič
revize
1c17cd62da
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      snap/snapcraft.yaml

+ 5 - 5
snap/snapcraft.yaml

@@ -1,4 +1,4 @@
-name: exa
+name: eza
 version: 'latest'
 version: 'latest'
 summary: Replacement for 'ls' written in Rust
 summary: Replacement for 'ls' written in Rust
 description: |
 description: |
@@ -6,17 +6,17 @@ description: |
   many types of files, such as whether you are the owner, or in the owning
   many types of files, such as whether you are the owner, or in the owning
   group. It also has extra features not present in the original ls, such as
   group. It also has extra features not present in the original ls, such as
   viewing the Git status for a directory, or recursing into directories with a
   viewing the Git status for a directory, or recursing into directories with a
-  tree view. exa is written in Rust, so it’s small, fast, and portable.
+  tree view. eza is written in Rust, and it’s small, fast, and portable.
 
 
 grade: stable
 grade: stable
 confinement: classic
 confinement: classic
 
 
 apps:
 apps:
-  exa:
-    command: exa
+  eza:
+    command: eza
 
 
 parts:
 parts:
-  exa:
+  eza:
     plugin: rust
     plugin: rust
     source: .
     source: .
     stage-packages:
     stage-packages: