Browse Source

fix: hackage badge label #92

refactor-github
Amio 6 years ago
parent
commit
5bee91a5fd
  1. 2
      libs/live-fns/hackage.js

2
libs/live-fns/hackage.js

@ -10,7 +10,7 @@ module.exports = async function (topic, pkg) {
switch (topic) {
case 'v':
return {
subject: 'cabal',
subject: 'hackage',
status: 'v' + version,
color: semColor(version)
}

Loading…
Cancel
Save