summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-09-28 09:47:54 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-09-28 09:47:54 +0000
commitd0c9a9d5cedefd5459edad8be9a23e2c73923399 (patch)
tree88471c7e51caa155920fcfad6d48b0a234070696 /tools
parentae42673240fa8d53cbc812e59b9319e04e1af196 (diff)
Add default editor.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen_frikanalen_video.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gen_frikanalen_video.pl b/tools/gen_frikanalen_video.pl
index c3b540c..eaab582 100755
--- a/tools/gen_frikanalen_video.pl
+++ b/tools/gen_frikanalen_video.pl
@@ -118,6 +118,7 @@ sub read_meta {
# Set some default values
$ret->{'url'} = 'http://www.nuug.no/';
$ret->{'email'} = 'sekretariat@nuug.no';
+ $ret->{'editor'} = 'Jarle Bjørgeengen';
open M, "$metafile" or die "Cannot open $metafile for read :$!";
while (<M>) {