diff options
Diffstat (limited to 'gen-gdf.pl')
| -rwxr-xr-x | gen-gdf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}++; } |
