mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
Fix URLs in RSS feed (fixes #1775)
This commit is contained in:
parent
10136d3bc7
commit
6ddc1a2305
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
package.build_time = Time.now()
|
||||
end
|
||||
package.url = "#{base_url}packages/#{pkgname}-#{version}." + (pkgtype == "single" ? "el" : "tar")
|
||||
package.info_url = "#{base_url}##{pkgname}"
|
||||
package.info_url = "#{base_url}#/#{pkgname}"
|
||||
package
|
||||
end
|
||||
packages.sort_by { |p| p.version }.reverse[0..200].each do |package|
|
||||
|
|
Loading…
Reference in a new issue