mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
chore: update LICENSE
This commit is contained in:
parent
55337fea50
commit
7b81a32430
5 changed files with 6 additions and 5 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -81,6 +81,7 @@ jobs:
|
||||||
if: ${{ matrix.deb == true }}
|
if: ${{ matrix.deb == true }}
|
||||||
run: |
|
run: |
|
||||||
cargo install cargo-deb --locked
|
cargo install cargo-deb --locked
|
||||||
|
cp LICENSE target/${{ matrix.target }}/release
|
||||||
cargo deb -p pay-respects --no-build --no-strip --output . --target ${{ matrix.target }}
|
cargo deb -p pay-respects --no-build --no-strip --output . --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: zipping files (unix)
|
- name: zipping files (unix)
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ homepage = "https://codeberg.org/iff/pay-respects"
|
||||||
repository = "https://github.com/iffse/pay-respects"
|
repository = "https://github.com/iffse/pay-respects"
|
||||||
keywords = ["cli", "terminal", "utility", "shell"]
|
keywords = ["cli", "terminal", "utility", "shell"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0-or-later"
|
||||||
include = ["**/*.rs", "**/*.toml"]
|
include = ["**/*.rs", "**/*.toml"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
@ -31,7 +31,7 @@ assets = [
|
||||||
["target/release/pay-respects", "usr/bin/", "755"],
|
["target/release/pay-respects", "usr/bin/", "755"],
|
||||||
["target/release/_pay-respects-module-100-runtime-rules", "usr/bin/", "755"],
|
["target/release/_pay-respects-module-100-runtime-rules", "usr/bin/", "755"],
|
||||||
["target/release/_pay-respects-fallback-100-request-ai", "usr/bin/", "755"],
|
["target/release/_pay-respects-fallback-100-request-ai", "usr/bin/", "755"],
|
||||||
["LICENSE", "usr/share/doc/pay-respects/", "644"],
|
["target/release/LICENSE", "usr/share/doc/pay-respects/", "644"],
|
||||||
]
|
]
|
||||||
priority = "optional"
|
priority = "optional"
|
||||||
section = "utils"
|
section = "utils"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
description = "AI request module for the pay-respects CLI tool"
|
description = "AI request module for the pay-respects CLI tool"
|
||||||
homepage = "https://codeberg.org/iff/pay-respects"
|
homepage = "https://codeberg.org/iff/pay-respects"
|
||||||
repository = "https://github.com/iffse/pay-respects"
|
repository = "https://github.com/iffse/pay-respects"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0-or-later"
|
||||||
include = ["**/*.rs"]
|
include = ["**/*.rs"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# for crates.io
|
# for crates.io
|
||||||
description = "Compile time rule parser for the pay-respects CLI tool"
|
description = "Compile time rule parser for the pay-respects CLI tool"
|
||||||
repository = "https://github.com/iffse/pay-respects"
|
repository = "https://github.com/iffse/pay-respects"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0-or-later"
|
||||||
include = [
|
include = [
|
||||||
"**/*.rs",
|
"**/*.rs",
|
||||||
"**/*.toml",
|
"**/*.toml",
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
description = "Utilities for the pay-respects CLI tool"
|
description = "Utilities for the pay-respects CLI tool"
|
||||||
homepage = "https://codeberg.org/iff/pay-respects"
|
homepage = "https://codeberg.org/iff/pay-respects"
|
||||||
repository = "https://github.com/iffse/pay-respects"
|
repository = "https://github.com/iffse/pay-respects"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0-or-later"
|
||||||
include = ["**/*.rs"]
|
include = ["**/*.rs"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue