diff options
Diffstat (limited to 'gnu/packages/javascript.scm')
| -rw-r--r-- | gnu/packages/javascript.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm index 97c3a571a12..d5ff5bffee5 100644 --- a/gnu/packages/javascript.scm +++ b/gnu/packages/javascript.scm | |||
| @@ -188,7 +188,7 @@ Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.") | |||
| 188 | (source (origin | 188 | (source (origin |
| 189 | (method git-fetch) | 189 | (method git-fetch) |
| 190 | (uri (git-reference | 190 | (uri (git-reference |
| 191 | (url "https://github.com/douglascrockford/JSON-js.git") | 191 | (url "https://github.com/douglascrockford/JSON-js") |
| 192 | (commit commit))) | 192 | (commit commit))) |
| 193 | (file-name (string-append name "-" version "-checkout")) | 193 | (file-name (string-append name "-" version "-checkout")) |
| 194 | (sha256 | 194 | (sha256 |
| @@ -303,7 +303,7 @@ HTML tables with minimal effort.") | |||
| 303 | (source (origin | 303 | (source (origin |
| 304 | (method git-fetch) | 304 | (method git-fetch) |
| 305 | (uri (git-reference | 305 | (uri (git-reference |
| 306 | (url "https://github.com/requirejs/requirejs.git") | 306 | (url "https://github.com/requirejs/requirejs") |
| 307 | (commit version))) | 307 | (commit version))) |
| 308 | (file-name (git-file-name name version)) | 308 | (file-name (git-file-name name version)) |
| 309 | (sha256 | 309 | (sha256 |
