1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 11:46:50 +00:00

chore: change license string in Cargo.toml

This commit is contained in:
Paul-Christian Volkmer 2024-10-31 00:36:54 +01:00
parent c6fd3c59f7
commit 1e5987993b

View File

@ -2,9 +2,9 @@
name = "osc-variant"
version = "0.8.0"
edition = "2021"
authors = ["Paul-Christian Volkmer <volkmer_p@ukw.de>"]
authors = ["Paul-Christian Volkmer"]
description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort"
license = "MIT"
license = "GPL-2"
readme = "README.md"
build = "build.rs"
@ -42,7 +42,7 @@ strip = true
panic = "abort"
[package.metadata.deb]
copyright = "Copyright (c) 2024 Comprehensive Cancer Center Mainfranken"
copyright = "Copyright (C) 2023-2024 the original author or authors"
extended-description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort."
assets = [
["target/release/osc-variant", "usr/bin/", "755"],