Skip to content

fix email address #490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contrib/auto_snapshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

auto_snapshot.lua - automatically take a snapshot when an image is loaded in darkroom

Copyright (C) 2024 Bill Ferguson <wpferguson.com>.
Copyright (C) 2024 Bill Ferguson <wpferguson@gamil.com>.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -30,7 +30,7 @@
* open an image in darkroom

BUGS, COMMENTS, SUGGESTIONS
Bill Ferguson <wpferguson.com>
Bill Ferguson <wpferguson@gamil.com>

CHANGES
]]
Expand Down Expand Up @@ -80,7 +80,7 @@ script_data.show = nil -- only required for libs since the destroy_
script_data.metadata = {
name = "auto_snapshot", -- name of script
purpose = _("automatically take a snapshot when an image is loaded in darkroom"), -- purpose of script
author = "Bill Ferguson <wpferguson.com>", -- your name and optionally e-mail address
author = "Bill Ferguson <wpferguson@gamil.com>", -- your name and optionally e-mail address
help = "" -- URL to help/documentation
}

Expand Down
6 changes: 3 additions & 3 deletions contrib/dbmaint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

dbmaint.lua - perform database maintenance

Copyright (C) 2024 Bill Ferguson <wpferguson.com>.
Copyright (C) 2024 Bill Ferguson <wpferguson@gamil.com>.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -31,7 +31,7 @@
* look at the results and choose to delete or not

BUGS, COMMENTS, SUGGESTIONS
Bill Ferguson <wpferguson.com>
Bill Ferguson <wpferguson@gamil.com>

CHANGES
]]
Expand Down Expand Up @@ -84,7 +84,7 @@ script_data.show = nil -- only required for libs since the destroy_
script_data.metadata = {
name = "dbmaint",
purpose = _("perform database maintenance"),
author = "Bill Ferguson <wpferguson.com>",
author = "Bill Ferguson <wpferguson@gamil.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/dbmaint/"
}

Expand Down