summary refs log tree commit diff
path: root/gen-gdf.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgen-gdf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-gdf.pl b/gen-gdf.pl
index bd04c9a..28ad958 100755
--- a/gen-gdf.pl
+++ b/gen-gdf.pl
@@ -68,7 +68,7 @@ while ( my $package = $packages->next ) {
         label    => $package->dist,
         author   => $package->author,
         version => $package->version,
-        datefrom     => join( '/', $year, $month, $day ),
+        datefrom     => join( '-', $year, $month, $day ),
     };
     $id_nodes->{$package->id}++;
 }