mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Fix syntax error in index.html.erb
This commit is contained in:
parent
0b2b0c544a
commit
701c1ae0b4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
when /(gitorious\.org\/[^\/]+\/[^.]+)/ then "https://" + $1
|
||||
when /\A(https?:\/\/code\.google\.com\/p\/[^\/]+\/)/ then $1
|
||||
when /\A(https?:\/\/[^.]+\.googlecode\.com\/)/ then $1
|
||||
when /\Alp:(.*)/)/ then "https://launchpad.net/" + $1
|
||||
when /\Alp:(.*)/ then "https://launchpad.net/" + $1
|
||||
end
|
||||
end
|
||||
package
|
||||
|
|
Loading…
Reference in a new issue