Преглед изворни кода

Merge pull request #99 from cafkafk/cafkdev-snap

fix: update snapscraft.yaml
Christina Sørensen пре 2 година
родитељ
комит
023a7c3e14
1 измењених фајлова са 5 додато и 5 уклоњено
  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: