mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
add alex dedul to authors list
This commit is contained in:
parent
ff8c02b8ce
commit
858269986a
3 changed files with 13 additions and 3 deletions
10
PKG-INFO
Normal file
10
PKG-INFO
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Metadata-Version: 1.0
|
||||||
|
Name: deluge
|
||||||
|
Version: 0.5.2
|
||||||
|
Summary: A bittorrent client written in PyGTK
|
||||||
|
Home-page: http://deluge-torrent.org
|
||||||
|
Author: Zach Tibbitts, Alon Zakai, Marcos Pinto, Alex Dedul, Andrew Resch
|
||||||
|
Author-email: zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, rotmer@gmail.com, alonzakai@gmail.com
|
||||||
|
License: GPLv2
|
||||||
|
Description: UNKNOWN
|
||||||
|
Platform: UNKNOWN
|
4
setup.py
4
setup.py
|
@ -29,8 +29,8 @@
|
||||||
NAME = "deluge"
|
NAME = "deluge"
|
||||||
FULLNAME = "Deluge BitTorrent Client"
|
FULLNAME = "Deluge BitTorrent Client"
|
||||||
VERSION = "0.5.2.90"
|
VERSION = "0.5.2.90"
|
||||||
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch"
|
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch, Alex Dedul"
|
||||||
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com"
|
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com, rotmer@gmail.com"
|
||||||
DESCRIPTION = "A bittorrent client written in PyGTK"
|
DESCRIPTION = "A bittorrent client written in PyGTK"
|
||||||
URL = "http://deluge-torrent.org"
|
URL = "http://deluge-torrent.org"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
|
|
@ -310,7 +310,7 @@ def show_about_dialog(parent=None):
|
||||||
abt = gtk.glade.XML(common.get_glade_file("aboutdialog.glade")).get_widget("aboutdialog")
|
abt = gtk.glade.XML(common.get_glade_file("aboutdialog.glade")).get_widget("aboutdialog")
|
||||||
abt.set_name(common.PROGRAM_NAME)
|
abt.set_name(common.PROGRAM_NAME)
|
||||||
abt.set_version(common.PROGRAM_VERSION)
|
abt.set_version(common.PROGRAM_VERSION)
|
||||||
abt.set_authors(["Zach Tibbitts", "Alon Zakai", "Marcos Pinto", "Andrew Resch"])
|
abt.set_authors(["Zach Tibbitts", "Alon Zakai", "Marcos Pinto", "Andrew Resch", "Alex Dedul"])
|
||||||
abt.set_artists(["Andrew Wedderburn"])
|
abt.set_artists(["Andrew Wedderburn"])
|
||||||
abt.set_translator_credits(_("translator-credits"))
|
abt.set_translator_credits(_("translator-credits"))
|
||||||
abt.set_website("http://deluge-torrent.org")
|
abt.set_website("http://deluge-torrent.org")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue