diff options
author | rbuj <[email protected]> | 2020-02-07 11:48:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-07 11:36:33 +0100 |
commit | b6fb2ef7ec53f8e5234e2e5e1a864300c16e704c (patch) | |
tree | 5c148c8aa3020eb731431fc976986c41cdd2f811 /src | |
parent | c6133891168a3d7219a94676effcba4d29e80277 (diff) | |
download | engrampa-b6fb2ef7ec53f8e5234e2e5e1a864300c16e704c.tar.bz2 engrampa-b6fb2ef7ec53f8e5234e2e5e1a864300c16e704c.tar.xz |
Fix mate-desktop URL
Diffstat (limited to 'src')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index 60cdab3..0f3cf36 100644 --- a/src/actions.c +++ b/src/actions.c @@ -906,7 +906,7 @@ activate_action_about (GtkAction *action, "logo-icon-name", "engrampa", "license", license_text, "wrap-license", TRUE, - "website", "http://mate-desktop.org", + "website", "https://mate-desktop.org", NULL); g_strfreev (authors); |