diff --git a/app/views/api/v1/maintainers/_package.json.jbuilder b/app/views/api/v1/maintainers/_package.json.jbuilder index c4f92edc3..9940da2ce 100644 --- a/app/views/api/v1/maintainers/_package.json.jbuilder +++ b/app/views/api/v1/maintainers/_package.json.jbuilder @@ -1,4 +1,4 @@ -json.(package, :id, :name, :version, :release) +json.(package, :id, :name, :version, :release, :epoch) json.type package.package_type json.updated_at package.updated_at.to_i json.url (package.sha1 ? "#{APP_CONFIG['file_store_url']}/api/v1/file_stores/#{package.sha1}" : '' ) \ No newline at end of file