From 39fa03b9b84d133c7881d86bd0d26a96c824e4e7 Mon Sep 17 00:00:00 2001 From: Erik Simmler Date: Tue, 20 Jun 2017 20:08:47 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20leading=20=E2=80=9Cx=E2=80=9D=20from?= =?UTF-8?q?=20the=20repository=20field=20of=20all=20exercise=20elm-package?= =?UTF-8?q?.json=20field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercises/accumulate/elm-package.json | 2 +- exercises/accumulate/package.json | 2 +- exercises/accumulate/tests/elm-package.json | 2 +- exercises/allergies/elm-package.json | 2 +- exercises/allergies/package.json | 2 +- exercises/allergies/tests/elm-package.json | 2 +- exercises/anagram/elm-package.json | 2 +- exercises/anagram/package.json | 2 +- exercises/anagram/tests/elm-package.json | 2 +- exercises/atbash-cipher/elm-package.json | 2 +- exercises/atbash-cipher/package.json | 2 +- exercises/atbash-cipher/tests/elm-package.json | 2 +- exercises/bob/elm-package.json | 2 +- exercises/bob/package.json | 2 +- exercises/bob/tests/elm-package.json | 2 +- exercises/difference-of-squares/elm-package.json | 2 +- exercises/difference-of-squares/package.json | 2 +- exercises/difference-of-squares/tests/elm-package.json | 2 +- exercises/gigasecond/elm-package.json | 2 +- exercises/gigasecond/package.json | 2 +- exercises/gigasecond/tests/elm-package.json | 2 +- exercises/grade-school/elm-package.json | 2 +- exercises/grade-school/package.json | 2 +- exercises/grade-school/tests/elm-package.json | 2 +- exercises/grains/elm-package.json | 2 +- exercises/grains/package.json | 2 +- exercises/grains/tests/elm-package.json | 2 +- exercises/hamming/elm-package.json | 2 +- exercises/hamming/package.json | 2 +- exercises/hamming/tests/elm-package.json | 2 +- exercises/hello-world/elm-package.json | 2 +- exercises/hello-world/package.json | 2 +- exercises/hello-world/tests/elm-package.json | 2 +- exercises/largest-series-product/elm-package.json | 2 +- exercises/largest-series-product/package.json | 2 +- exercises/largest-series-product/tests/elm-package.json | 2 +- exercises/leap/elm-package.json | 2 +- exercises/leap/package.json | 2 +- exercises/leap/tests/elm-package.json | 2 +- exercises/list-ops/elm-package.json | 2 +- exercises/list-ops/package.json | 2 +- exercises/list-ops/tests/elm-package.json | 2 +- exercises/nucleotide-count/elm-package.json | 2 +- exercises/nucleotide-count/package.json | 2 +- exercises/nucleotide-count/tests/elm-package.json | 2 +- exercises/pangram/elm-package.json | 2 +- exercises/pangram/package.json | 2 +- exercises/pangram/tests/elm-package.json | 2 +- exercises/phone-number/elm-package.json | 2 +- exercises/phone-number/package.json | 2 +- exercises/phone-number/tests/elm-package.json | 2 +- exercises/raindrops/elm-package.json | 2 +- exercises/raindrops/package.json | 2 +- exercises/raindrops/tests/elm-package.json | 2 +- exercises/rna-transcription/elm-package.json | 2 +- exercises/rna-transcription/package.json | 2 +- exercises/rna-transcription/tests/elm-package.json | 2 +- exercises/robot-simulator/elm-package.json | 2 +- exercises/robot-simulator/package.json | 2 +- exercises/robot-simulator/tests/elm-package.json | 2 +- exercises/roman-numerals/elm-package.json | 2 +- exercises/roman-numerals/package.json | 2 +- exercises/roman-numerals/tests/elm-package.json | 2 +- exercises/run-length-encoding/elm-package.json | 2 +- exercises/run-length-encoding/package.json | 2 +- exercises/run-length-encoding/tests/elm-package.json | 2 +- exercises/say/elm-package.json | 2 +- exercises/say/package.json | 2 +- exercises/say/tests/elm-package.json | 2 +- exercises/scrabble-score/elm-package.json | 2 +- exercises/scrabble-score/package.json | 2 +- exercises/scrabble-score/tests/elm-package.json | 2 +- exercises/series/elm-package.json | 2 +- exercises/series/package.json | 2 +- exercises/series/tests/elm-package.json | 2 +- exercises/space-age/elm-package.json | 2 +- exercises/space-age/package.json | 2 +- exercises/space-age/tests/elm-package.json | 2 +- exercises/strain/elm-package.json | 2 +- exercises/strain/package.json | 2 +- exercises/strain/tests/elm-package.json | 2 +- exercises/sublist/elm-package.json | 2 +- exercises/sublist/package.json | 2 +- exercises/sublist/tests/elm-package.json | 2 +- exercises/sum-of-multiples/elm-package.json | 2 +- exercises/sum-of-multiples/package.json | 2 +- exercises/sum-of-multiples/tests/elm-package.json | 2 +- exercises/triangle/elm-package.json | 2 +- exercises/triangle/package.json | 2 +- exercises/triangle/tests/elm-package.json | 2 +- exercises/word-count/elm-package.json | 2 +- exercises/word-count/package.json | 2 +- exercises/word-count/tests/elm-package.json | 2 +- 93 files changed, 93 insertions(+), 93 deletions(-) diff --git a/exercises/accumulate/elm-package.json b/exercises/accumulate/elm-package.json index 894b41f..132e19c 100644 --- a/exercises/accumulate/elm-package.json +++ b/exercises/accumulate/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/accumulate/package.json b/exercises/accumulate/package.json index 479082f..c469874 100644 --- a/exercises/accumulate/package.json +++ b/exercises/accumulate/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/accumulate/tests/elm-package.json b/exercises/accumulate/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/accumulate/tests/elm-package.json +++ b/exercises/accumulate/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/allergies/elm-package.json b/exercises/allergies/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/allergies/elm-package.json +++ b/exercises/allergies/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/allergies/package.json b/exercises/allergies/package.json index 479082f..c469874 100644 --- a/exercises/allergies/package.json +++ b/exercises/allergies/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/allergies/tests/elm-package.json b/exercises/allergies/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/allergies/tests/elm-package.json +++ b/exercises/allergies/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/anagram/elm-package.json b/exercises/anagram/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/anagram/elm-package.json +++ b/exercises/anagram/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/anagram/package.json b/exercises/anagram/package.json index 479082f..c469874 100644 --- a/exercises/anagram/package.json +++ b/exercises/anagram/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/anagram/tests/elm-package.json b/exercises/anagram/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/anagram/tests/elm-package.json +++ b/exercises/anagram/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/atbash-cipher/elm-package.json b/exercises/atbash-cipher/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/atbash-cipher/elm-package.json +++ b/exercises/atbash-cipher/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/atbash-cipher/package.json b/exercises/atbash-cipher/package.json index 479082f..c469874 100644 --- a/exercises/atbash-cipher/package.json +++ b/exercises/atbash-cipher/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/atbash-cipher/tests/elm-package.json b/exercises/atbash-cipher/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/atbash-cipher/tests/elm-package.json +++ b/exercises/atbash-cipher/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/bob/elm-package.json b/exercises/bob/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/bob/elm-package.json +++ b/exercises/bob/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/bob/package.json b/exercises/bob/package.json index 479082f..c469874 100644 --- a/exercises/bob/package.json +++ b/exercises/bob/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/bob/tests/elm-package.json b/exercises/bob/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/bob/tests/elm-package.json +++ b/exercises/bob/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/difference-of-squares/elm-package.json b/exercises/difference-of-squares/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/difference-of-squares/elm-package.json +++ b/exercises/difference-of-squares/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/difference-of-squares/package.json b/exercises/difference-of-squares/package.json index 479082f..c469874 100644 --- a/exercises/difference-of-squares/package.json +++ b/exercises/difference-of-squares/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/difference-of-squares/tests/elm-package.json b/exercises/difference-of-squares/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/difference-of-squares/tests/elm-package.json +++ b/exercises/difference-of-squares/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/gigasecond/elm-package.json b/exercises/gigasecond/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/gigasecond/elm-package.json +++ b/exercises/gigasecond/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/gigasecond/package.json b/exercises/gigasecond/package.json index 479082f..c469874 100644 --- a/exercises/gigasecond/package.json +++ b/exercises/gigasecond/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/gigasecond/tests/elm-package.json b/exercises/gigasecond/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/gigasecond/tests/elm-package.json +++ b/exercises/gigasecond/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/grade-school/elm-package.json b/exercises/grade-school/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/grade-school/elm-package.json +++ b/exercises/grade-school/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/grade-school/package.json b/exercises/grade-school/package.json index 479082f..c469874 100644 --- a/exercises/grade-school/package.json +++ b/exercises/grade-school/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/grade-school/tests/elm-package.json b/exercises/grade-school/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/grade-school/tests/elm-package.json +++ b/exercises/grade-school/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/grains/elm-package.json b/exercises/grains/elm-package.json index 894b41f..132e19c 100644 --- a/exercises/grains/elm-package.json +++ b/exercises/grains/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/grains/package.json b/exercises/grains/package.json index 479082f..c469874 100644 --- a/exercises/grains/package.json +++ b/exercises/grains/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/grains/tests/elm-package.json b/exercises/grains/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/grains/tests/elm-package.json +++ b/exercises/grains/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/hamming/elm-package.json b/exercises/hamming/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/hamming/elm-package.json +++ b/exercises/hamming/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/hamming/package.json b/exercises/hamming/package.json index 479082f..c469874 100644 --- a/exercises/hamming/package.json +++ b/exercises/hamming/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/hamming/tests/elm-package.json b/exercises/hamming/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/hamming/tests/elm-package.json +++ b/exercises/hamming/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/hello-world/elm-package.json b/exercises/hello-world/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/hello-world/elm-package.json +++ b/exercises/hello-world/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/hello-world/package.json b/exercises/hello-world/package.json index 479082f..c469874 100644 --- a/exercises/hello-world/package.json +++ b/exercises/hello-world/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/hello-world/tests/elm-package.json b/exercises/hello-world/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/hello-world/tests/elm-package.json +++ b/exercises/hello-world/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/largest-series-product/elm-package.json b/exercises/largest-series-product/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/largest-series-product/elm-package.json +++ b/exercises/largest-series-product/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/largest-series-product/package.json b/exercises/largest-series-product/package.json index 479082f..c469874 100644 --- a/exercises/largest-series-product/package.json +++ b/exercises/largest-series-product/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/largest-series-product/tests/elm-package.json b/exercises/largest-series-product/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/largest-series-product/tests/elm-package.json +++ b/exercises/largest-series-product/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/leap/elm-package.json b/exercises/leap/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/leap/elm-package.json +++ b/exercises/leap/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/leap/package.json b/exercises/leap/package.json index 479082f..c469874 100644 --- a/exercises/leap/package.json +++ b/exercises/leap/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/leap/tests/elm-package.json b/exercises/leap/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/leap/tests/elm-package.json +++ b/exercises/leap/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/list-ops/elm-package.json b/exercises/list-ops/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/list-ops/elm-package.json +++ b/exercises/list-ops/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/list-ops/package.json b/exercises/list-ops/package.json index 479082f..c469874 100644 --- a/exercises/list-ops/package.json +++ b/exercises/list-ops/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/list-ops/tests/elm-package.json b/exercises/list-ops/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/list-ops/tests/elm-package.json +++ b/exercises/list-ops/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/nucleotide-count/elm-package.json b/exercises/nucleotide-count/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/nucleotide-count/elm-package.json +++ b/exercises/nucleotide-count/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/nucleotide-count/package.json b/exercises/nucleotide-count/package.json index 479082f..c469874 100644 --- a/exercises/nucleotide-count/package.json +++ b/exercises/nucleotide-count/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/nucleotide-count/tests/elm-package.json b/exercises/nucleotide-count/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/nucleotide-count/tests/elm-package.json +++ b/exercises/nucleotide-count/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/pangram/elm-package.json b/exercises/pangram/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/pangram/elm-package.json +++ b/exercises/pangram/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/pangram/package.json b/exercises/pangram/package.json index 479082f..c469874 100644 --- a/exercises/pangram/package.json +++ b/exercises/pangram/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/pangram/tests/elm-package.json b/exercises/pangram/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/pangram/tests/elm-package.json +++ b/exercises/pangram/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/phone-number/elm-package.json b/exercises/phone-number/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/phone-number/elm-package.json +++ b/exercises/phone-number/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/phone-number/package.json b/exercises/phone-number/package.json index 479082f..c469874 100644 --- a/exercises/phone-number/package.json +++ b/exercises/phone-number/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/phone-number/tests/elm-package.json b/exercises/phone-number/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/phone-number/tests/elm-package.json +++ b/exercises/phone-number/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/raindrops/elm-package.json b/exercises/raindrops/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/raindrops/elm-package.json +++ b/exercises/raindrops/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/raindrops/package.json b/exercises/raindrops/package.json index 479082f..c469874 100644 --- a/exercises/raindrops/package.json +++ b/exercises/raindrops/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/raindrops/tests/elm-package.json b/exercises/raindrops/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/raindrops/tests/elm-package.json +++ b/exercises/raindrops/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/rna-transcription/elm-package.json b/exercises/rna-transcription/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/rna-transcription/elm-package.json +++ b/exercises/rna-transcription/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/rna-transcription/package.json b/exercises/rna-transcription/package.json index 479082f..c469874 100644 --- a/exercises/rna-transcription/package.json +++ b/exercises/rna-transcription/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/rna-transcription/tests/elm-package.json b/exercises/rna-transcription/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/rna-transcription/tests/elm-package.json +++ b/exercises/rna-transcription/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/robot-simulator/elm-package.json b/exercises/robot-simulator/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/robot-simulator/elm-package.json +++ b/exercises/robot-simulator/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/robot-simulator/package.json b/exercises/robot-simulator/package.json index 479082f..c469874 100644 --- a/exercises/robot-simulator/package.json +++ b/exercises/robot-simulator/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/robot-simulator/tests/elm-package.json b/exercises/robot-simulator/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/robot-simulator/tests/elm-package.json +++ b/exercises/robot-simulator/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/roman-numerals/elm-package.json b/exercises/roman-numerals/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/roman-numerals/elm-package.json +++ b/exercises/roman-numerals/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/roman-numerals/package.json b/exercises/roman-numerals/package.json index 479082f..c469874 100644 --- a/exercises/roman-numerals/package.json +++ b/exercises/roman-numerals/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/roman-numerals/tests/elm-package.json b/exercises/roman-numerals/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/roman-numerals/tests/elm-package.json +++ b/exercises/roman-numerals/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/run-length-encoding/elm-package.json b/exercises/run-length-encoding/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/run-length-encoding/elm-package.json +++ b/exercises/run-length-encoding/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/run-length-encoding/package.json b/exercises/run-length-encoding/package.json index 479082f..c469874 100644 --- a/exercises/run-length-encoding/package.json +++ b/exercises/run-length-encoding/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/run-length-encoding/tests/elm-package.json b/exercises/run-length-encoding/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/run-length-encoding/tests/elm-package.json +++ b/exercises/run-length-encoding/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/say/elm-package.json b/exercises/say/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/say/elm-package.json +++ b/exercises/say/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/say/package.json b/exercises/say/package.json index 479082f..c469874 100644 --- a/exercises/say/package.json +++ b/exercises/say/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/say/tests/elm-package.json b/exercises/say/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/say/tests/elm-package.json +++ b/exercises/say/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/scrabble-score/elm-package.json b/exercises/scrabble-score/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/scrabble-score/elm-package.json +++ b/exercises/scrabble-score/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/scrabble-score/package.json b/exercises/scrabble-score/package.json index 479082f..c469874 100644 --- a/exercises/scrabble-score/package.json +++ b/exercises/scrabble-score/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/scrabble-score/tests/elm-package.json b/exercises/scrabble-score/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/scrabble-score/tests/elm-package.json +++ b/exercises/scrabble-score/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/series/elm-package.json b/exercises/series/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/series/elm-package.json +++ b/exercises/series/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/series/package.json b/exercises/series/package.json index 479082f..c469874 100644 --- a/exercises/series/package.json +++ b/exercises/series/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/series/tests/elm-package.json b/exercises/series/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/series/tests/elm-package.json +++ b/exercises/series/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/space-age/elm-package.json b/exercises/space-age/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/space-age/elm-package.json +++ b/exercises/space-age/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/space-age/package.json b/exercises/space-age/package.json index 479082f..c469874 100644 --- a/exercises/space-age/package.json +++ b/exercises/space-age/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/space-age/tests/elm-package.json b/exercises/space-age/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/space-age/tests/elm-package.json +++ b/exercises/space-age/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/strain/elm-package.json b/exercises/strain/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/strain/elm-package.json +++ b/exercises/strain/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/strain/package.json b/exercises/strain/package.json index 479082f..c469874 100644 --- a/exercises/strain/package.json +++ b/exercises/strain/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/strain/tests/elm-package.json b/exercises/strain/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/strain/tests/elm-package.json +++ b/exercises/strain/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/sublist/elm-package.json b/exercises/sublist/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/sublist/elm-package.json +++ b/exercises/sublist/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/sublist/package.json b/exercises/sublist/package.json index 479082f..c469874 100644 --- a/exercises/sublist/package.json +++ b/exercises/sublist/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/sublist/tests/elm-package.json b/exercises/sublist/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/sublist/tests/elm-package.json +++ b/exercises/sublist/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/sum-of-multiples/elm-package.json b/exercises/sum-of-multiples/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/sum-of-multiples/elm-package.json +++ b/exercises/sum-of-multiples/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/sum-of-multiples/package.json b/exercises/sum-of-multiples/package.json index 479082f..c469874 100644 --- a/exercises/sum-of-multiples/package.json +++ b/exercises/sum-of-multiples/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/sum-of-multiples/tests/elm-package.json b/exercises/sum-of-multiples/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/sum-of-multiples/tests/elm-package.json +++ b/exercises/sum-of-multiples/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/triangle/elm-package.json b/exercises/triangle/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/triangle/elm-package.json +++ b/exercises/triangle/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/triangle/package.json b/exercises/triangle/package.json index 479082f..c469874 100644 --- a/exercises/triangle/package.json +++ b/exercises/triangle/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/triangle/tests/elm-package.json b/exercises/triangle/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/triangle/tests/elm-package.json +++ b/exercises/triangle/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".", diff --git a/exercises/word-count/elm-package.json b/exercises/word-count/elm-package.json index 0c3a324..8f73600 100644 --- a/exercises/word-count/elm-package.json +++ b/exercises/word-count/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ "." diff --git a/exercises/word-count/package.json b/exercises/word-count/package.json index 479082f..c469874 100644 --- a/exercises/word-count/package.json +++ b/exercises/word-count/package.json @@ -1,6 +1,6 @@ { "description": "Exercism/Elm", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "MIT", "scripts": { "postinstall": "elm-package install -y", diff --git a/exercises/word-count/tests/elm-package.json b/exercises/word-count/tests/elm-package.json index 2e70ae6..3e92515 100644 --- a/exercises/word-count/tests/elm-package.json +++ b/exercises/word-count/tests/elm-package.json @@ -1,7 +1,7 @@ { "version": "3.0.0", "summary": "Exercism problems in Elm.", - "repository": "https://github.com/exercism/xelm.git", + "repository": "https://github.com/exercism/elm.git", "license": "BSD3", "source-directories": [ ".",