mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Strip "[source: ]" text from package descriptions in html list
I evidently broke this recently.
This commit is contained in:
parent
24bd9c2cd8
commit
5f604ad394
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
package.recipe_url = "https://github.com/milkypostman/melpa/blob/master/recipes/#{package.name}"
|
package.recipe_url = "https://github.com/milkypostman/melpa/blob/master/recipes/#{package.name}"
|
||||||
package.source = recipe["fetcher"]
|
package.source = recipe["fetcher"]
|
||||||
if package.descr =~ /(.*?)(\s*-\*-.*?)?\s*\[source:\s*(\w+)\]\s*/
|
if package.descr =~ /(.*?)(\s*-\*-.*?)?\s*\[source:\s*(\w+)\]\s*/
|
||||||
package.descr
|
package.descr = $1
|
||||||
end
|
end
|
||||||
|
|
||||||
package.source_url =
|
package.source_url =
|
||||||
|
|
Loading…
Reference in a new issue