mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 03:00:10 +00:00
Handle homepages for packages hosted on gitlab
This commit is contained in:
parent
7aa74d349e
commit
6f6b22d59a
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
|||
};
|
||||
return (urlMatch(/(bitbucket\.org\/[^\/]+\/[^\/\?]+)/, "https://") ||
|
||||
urlMatch(/(gitorious\.org\/[^\/]+\/[^.]+)/, "https://") ||
|
||||
urlMatch(/(gitlab\.com\/[^\/]+\/[^.]+)/, "https://") ||
|
||||
urlMatch(/^lp:(.*)/, "https://launchpad.net/") ||
|
||||
urlMatch(/^(https?:\/\/code\.google\.com\/p\/[^\/]+\/)/) ||
|
||||
urlMatch(/^(https?:\/\/[^.]+\.googlecode\.com\/)/));
|
||||
|
|
Loading…
Reference in a new issue