From 890cbeb6ac4f9e6cf227db54b140f14046a13ea7 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 29 Nov 2014 11:02:13 +0200 Subject: [PATCH 1/2] Update omnisharp recipe to reflect new folder structure --- recipes/omnisharp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/omnisharp b/recipes/omnisharp index 3aa745d8..945aa50a 100644 --- a/recipes/omnisharp +++ b/recipes/omnisharp @@ -1,3 +1,5 @@ (omnisharp :repo "sp3ctum/omnisharp-emacs" :fetcher github - :files ("omnisharp.el")) + :files ("*.el" + "src/*.el" + "src/actions/*.el")) From a2973d582e47121ced25a4653701a3c52ef50fe0 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 29 Nov 2014 11:11:06 +0200 Subject: [PATCH 2/2] Make omnisharp use the project's new repo url The project was transferred under the collective OmniSharp organization's account. While the old url still works, this is done to reduce confusion for new users. --- recipes/omnisharp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/omnisharp b/recipes/omnisharp index 945aa50a..b553ffa9 100644 --- a/recipes/omnisharp +++ b/recipes/omnisharp @@ -1,4 +1,4 @@ -(omnisharp :repo "sp3ctum/omnisharp-emacs" +(omnisharp :repo "OmniSharp/omnisharp-emacs" :fetcher github :files ("*.el" "src/*.el"