File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
auto_snapshot.lua - automatically take a snapshot when an image is loaded in darkroom
4
4
5
- Copyright (C) 2024 Bill Ferguson <wpferguson.com>.
5
+ Copyright (C) 2024 Bill Ferguson <wpferguson@gamil .com>.
6
6
7
7
This program is free software: you can redistribute it and/or modify
8
8
it under the terms of the GNU General Public License as published by
30
30
* open an image in darkroom
31
31
32
32
BUGS, COMMENTS, SUGGESTIONS
33
- Bill Ferguson <wpferguson.com>
33
+ Bill Ferguson <wpferguson@gamil .com>
34
34
35
35
CHANGES
36
36
]]
@@ -80,7 +80,7 @@ script_data.show = nil -- only required for libs since the destroy_
80
80
script_data .metadata = {
81
81
name = " auto_snapshot" , -- name of script
82
82
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
84
84
help = " " -- URL to help/documentation
85
85
}
86
86
Original file line number Diff line number Diff line change 2
2
3
3
dbmaint.lua - perform database maintenance
4
4
5
- Copyright (C) 2024 Bill Ferguson <wpferguson.com>.
5
+ Copyright (C) 2024 Bill Ferguson <wpferguson@gamil .com>.
6
6
7
7
This program is free software: you can redistribute it and/or modify
8
8
it under the terms of the GNU General Public License as published by
31
31
* look at the results and choose to delete or not
32
32
33
33
BUGS, COMMENTS, SUGGESTIONS
34
- Bill Ferguson <wpferguson.com>
34
+ Bill Ferguson <wpferguson@gamil .com>
35
35
36
36
CHANGES
37
37
]]
@@ -84,7 +84,7 @@ script_data.show = nil -- only required for libs since the destroy_
84
84
script_data .metadata = {
85
85
name = " dbmaint" ,
86
86
purpose = _ (" perform database maintenance" ),
87
- author = " Bill Ferguson <wpferguson.com>" ,
87
+ author = " Bill Ferguson <wpferguson@gamil .com>" ,
88
88
help = " https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/dbmaint/"
89
89
}
90
90
You can’t perform that action at this time.
0 commit comments