The blurb & sources for this exercise state:
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the triplet.",
"source": "Problem 9 at Project Euler",
"source_url": "https://projecteuler.net/problem=9"
Those lines describe the original problem at project euler. Should we change them to describe the modified Exercism exercise? Like so:
"blurb": "Given an input integer N, find all Pythagorean triplets for which a + b + c = N.",
"source": "Inspired by problem 9 at Project Euler",
"source_url": "https://projecteuler.net/problem=9"