From 2e9729a978854659294009fedded1edb9ab641ac 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 f6afd9d..e588545 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1455,6 +1455,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"),