Explorar el Código

Merge pull request #98 from cafkafk/cafkdev-fix-version-flag

fix: update --version info
Christina Sørensen hace 2 años
padre
commit
dd39a419da
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      build.rs

+ 2 - 2
build.rs

@@ -22,8 +22,8 @@ use datetime::{LocalDateTime, ISO};
 fn main() -> io::Result<()> {
     #![allow(clippy::write_with_newline)]
 
-    let tagline = "exa - list files on the command-line";
-    let url     = "https://the.exa.website/";
+    let tagline = "eza - A modern, maintained replacement for ls";
+    let url     = "https://github.com/cafkafk/eza";
 
     let ver =
         if is_debug_build() {