summaryrefslogtreecommitdiff
path: root/src/plugins/SpitInterfaces.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-09 18:19:48 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-09 18:19:48 +0100
commitb11befe1c9ea84969ebd418e96f7209b772b58d0 (patch)
tree4cee94cb12ad4dd24253c2a111b87577f50ed80d /src/plugins/SpitInterfaces.vala
parentd048b2c970f6182a2201b5ba6c29d0d155abc22b (diff)
parent8656a544ddcf098e10df1430eecb75902dbc7999 (diff)
Merge branch 'release/debian/0.32.15-1'HEADdebian/0.32.15-1master
Diffstat (limited to 'src/plugins/SpitInterfaces.vala')
-rw-r--r--src/plugins/SpitInterfaces.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/SpitInterfaces.vala b/src/plugins/SpitInterfaces.vala
index 94e6f95..0eabdd1 100644
--- a/src/plugins/SpitInterfaces.vala
+++ b/src/plugins/SpitInterfaces.vala
@@ -172,7 +172,7 @@ public class PluggableInfo : Object {
public string? copyright {get; set; }
public string? license_blurp { get; set; default = _("LGPL v2.1 or later"); }
public string? license_url { get; set; default = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"; }
- public string? website_url {get; set; default = "https://wiki.gnome.org/Apps/Shotwell";}
+ public string? website_url {get; set; default = "https://shotwell-project.org";}
public string? website_name { get; set; default = _("Visit the Shotwell home page");}
public string? translators {get; set; default = _("translator-credits"); }