about summary refs log tree commit diff
path: root/gifprobe/Cargo.toml
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-10-09 15:30:17 -0500
committergennyble <gen@nyble.dev>2023-10-09 15:30:17 -0500
commitfa2943a6a4bc1d276b458fefae48b28cd78cdb9c (patch)
tree0b55fe42bd4441caa85c25f468ed215f75eb4e61 /gifprobe/Cargo.toml
parent6aae56f93cc1e7783f2717abd18dfbc194074402 (diff)
downloadgifed-fa2943a6a4bc1d276b458fefae48b28cd78cdb9c.tar.gz
gifed-fa2943a6a4bc1d276b458fefae48b28cd78cdb9c.zip
change license from CC0 to ISC
Diffstat (limited to 'gifprobe/Cargo.toml')
-rw-r--r--gifprobe/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gifprobe/Cargo.toml b/gifprobe/Cargo.toml
index 96e76a5..157d47e 100644
--- a/gifprobe/Cargo.toml
+++ b/gifprobe/Cargo.toml
@@ -1,9 +1,9 @@
 [package]
 name = "gifprobe"
 version = "0.1.0"
-authors = ["Genevive <gen@nyble.dev"]
+authors = ["gennyble <gen@nyble.dev"]
 edition = "2018"
-license = "CC0-1.0"
+license = "ISC"
 description = "Print the details of a gif to stdout; ffprobe for gif"
 repository = "https://github.com/genuinebyte/gifed"
 
@@ -11,4 +11,4 @@ repository = "https://github.com/genuinebyte/gifed"
 
 [dependencies]
 owo-colors = "2.0.0"
-gifed = { path = "../gifed" }
\ No newline at end of file
+gifed = { path = "../gifed" }