File: rename-meow.patch

package info (click to toggle)
rust-meow-cli 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 888 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: meow-cli/Cargo.toml
===================================================================
--- meow-cli.orig/Cargo.toml
+++ meow-cli/Cargo.toml
@@ -35,7 +35,7 @@ license = "MIT"
 repository = "https://github.com/PixelSergey/meow"
 
 [[bin]]
-name = "meow-cli"
+name = "meow"
 path = "src/main.rs"
 
 [dependencies.clap]