From 00e44870382dcce5576ff1a06cda598df5c6fcbd Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Mon, 25 May 2026 12:11:21 +0200 Subject: [PATCH] chore: align about license metadata --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 766175e..480fbc5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1458,6 +1458,7 @@ impl Application for App { .author("System76") .comments(fl!("comment")) .license("GPL-3.0-only") + .license_url("https://spdx.org/licenses/GPL-3.0-only") .developers([("Jeremy Soller", "jeremy@system76.com")]) .links([ (fl!("repository"), "https://github.com/pop-os/cosmic-edit"),