Skip to content

Commit 97aa4ce

Browse files
authored
Merge pull request darktable-org#490 from wpferguson/fix_email
fix email address
2 parents d4a479b + 316a89d commit 97aa4ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

contrib/auto_snapshot.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
auto_snapshot.lua - automatically take a snapshot when an image is loaded in darkroom
44
5-
Copyright (C) 2024 Bill Ferguson <wpferguson.com>.
5+
Copyright (C) 2024 Bill Ferguson <wpferguson@gamil.com>.
66
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
3030
* open an image in darkroom
3131
3232
BUGS, COMMENTS, SUGGESTIONS
33-
Bill Ferguson <wpferguson.com>
33+
Bill Ferguson <wpferguson@gamil.com>
3434
3535
CHANGES
3636
]]
@@ -80,7 +80,7 @@ script_data.show = nil -- only required for libs since the destroy_
8080
script_data.metadata = {
8181
name = "auto_snapshot", -- name of script
8282
purpose = _("automatically take a snapshot when an image is loaded in darkroom"), -- purpose of script
83-
author = "Bill Ferguson <wpferguson.com>", -- your name and optionally e-mail address
83+
author = "Bill Ferguson <wpferguson@gamil.com>", -- your name and optionally e-mail address
8484
help = "" -- URL to help/documentation
8585
}
8686

contrib/dbmaint.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
dbmaint.lua - perform database maintenance
44
5-
Copyright (C) 2024 Bill Ferguson <wpferguson.com>.
5+
Copyright (C) 2024 Bill Ferguson <wpferguson@gamil.com>.
66
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
3131
* look at the results and choose to delete or not
3232
3333
BUGS, COMMENTS, SUGGESTIONS
34-
Bill Ferguson <wpferguson.com>
34+
Bill Ferguson <wpferguson@gamil.com>
3535
3636
CHANGES
3737
]]
@@ -84,7 +84,7 @@ script_data.show = nil -- only required for libs since the destroy_
8484
script_data.metadata = {
8585
name = "dbmaint",
8686
purpose = _("perform database maintenance"),
87-
author = "Bill Ferguson <wpferguson.com>",
87+
author = "Bill Ferguson <wpferguson@gamil.com>",
8888
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/dbmaint/"
8989
}
9090

0 commit comments

Comments
 (0)