diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-16 10:44:08 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-16 10:44:08 +0100 |
commit | 0b59d3dca4578095be4e1a821d29732c8a95c73a (patch) | |
tree | a3eda7f061e0bbfbfcb1529c260c42a1f7d81925 | |
parent | fce731adae2df3efb6347bd2ac533256a2de8a15 (diff) | |
download | rpmdrake-0b59d3dca4578095be4e1a821d29732c8a95c73a.tar rpmdrake-0b59d3dca4578095be4e1a821d29732c8a95c73a.tar.gz rpmdrake-0b59d3dca4578095be4e1a821d29732c8a95c73a.tar.bz2 rpmdrake-0b59d3dca4578095be4e1a821d29732c8a95c73a.tar.xz rpmdrake-0b59d3dca4578095be4e1a821d29732c8a95c73a.zip |
fix my email
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 2 | ||||
-rwxr-xr-x | rpmdrake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index a71de24c..580800d6 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -959,7 +959,7 @@ sub show_about() { comments => N("Rpmdrake is the Mageia package management tool."), website => 'http://www.mageia.org/', website_label => N("Mageia"), - authors => [ 'Thierry Vignaud <vignaud@mandriva.com>' ], + authors => [ 'Thierry Vignaud <thierry.vignaud@gmail.com>' ], artists => [ 'Mageia Team' ], translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>") @@ -258,7 +258,7 @@ sub show_about_dlg { comments => N("Rpmdrake is the Mageia package management tool."), website => 'http://www.mageia.org', website_label => N("Mageia"), - authors => [ 'Thierry Vignaud <vignaud@mandriva.com>' ], + authors => [ 'Thierry Vignaud <thierry.vignaud@gmail.com>' ], artists => [ 'Mageia Team' ], translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>") |