diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-03 20:24:04 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-03 20:24:04 +0200 |
commit | cb628a331b2235465a985e51eb3476b8c7b1e68b (patch) | |
tree | 07e89daf5a1ac485e73f22ccb2ec2a914eeaf0f1 /src/gui/aboutWindow.vala | |
parent | 8ef660cf7c92b3407bf2fbfb0f063b90fbe991cf (diff) | |
parent | 38bebbbddf1b2e8620c6b3c2101f689c0296a1fc (diff) |
Update upstream source from tag 'upstream/0.7.3'
Update to upstream version '0.7.3'
with Debian dir 93afe8369b196a0543bb89394f0f3b70ff9dbb72
Diffstat (limited to 'src/gui/aboutWindow.vala')
-rw-r--r-- | src/gui/aboutWindow.vala | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/aboutWindow.vala b/src/gui/aboutWindow.vala index 054d1ee..31719b8 100644 --- a/src/gui/aboutWindow.vala +++ b/src/gui/aboutWindow.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the @@ -38,6 +38,7 @@ public class AboutWindow: Gtk.AboutDialog { string[] devs = { "Simon Schneegans <code@simonschneegans.de>", "Gabriel Dubatti <gdubatti@gmail.com>", + "Glitsj16 <glitsj16@riseup.net>", "Francesco Piccinno <stack.box@gmail.com>", "György Balló <ballogyor@gmail.com>", "Tiago de Oliveira Corrêa <tcorreabr@gmail.com>" @@ -80,10 +81,10 @@ public class AboutWindow: Gtk.AboutDialog { artists : artists, authors : devs, translator_credits : translator_string, - copyright : "Copyright 2011-2018 Simon Schneegans <code@simonschneegans.de>", + copyright : "Copyright 2011-2021 Simon Schneegans <code@simonschneegans.de>", program_name: "Gnome-Pie", logo_icon_name: "gnome-pie", - website: "http://simmesimme.github.io/gnome-pie.html", + website: "http://schneegans.github.io/gnome-pie.html", website_label: "Homepage", version: Daemon.version ); |