summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.php b/lib.php
index 688ca0f..16749c5 100644
--- a/lib.php
+++ b/lib.php
@@ -171,7 +171,7 @@ function pkg_gettype($pkg)
'failure' => 'failure',
'done' => 'partial',
'build' => 'building',
- 'todo' => 'todo'
+ 'src' => 'todo'
);
foreach ($labels as $k => $v) {