fix: avoid using quotation marks in the description, even escaped one

This commit is contained in:
2026-03-01 08:49:10 +01:00
parent 136283b901
commit f63b4394c5

View File

@@ -1,7 +1,7 @@
name = "spasteg" name = "spasteg"
version = "1.0.0" version = "1.0.0"
description = "A secure, self-hostable \"burn after reading\" paste service written in Gleam" description = "A secure, self-hostable burn-after-reading paste service written in Gleam"
licences = ["GPL-3.0"] licences = ["GPL-3.0"]
repository = { type = "github", user = "Kharec", repo = "spasteg", host = "https://git.kharec.info" } repository = { type = "github", user = "Kharec", repo = "spasteg", host = "https://git.kharec.info" }