diff options
| -rw-r--r-- | CODEOWNERS | 2 | ||||
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rwxr-xr-x | etc/teams.scm | 2 | ||||
| -rw-r--r-- | tests/import/cran.scm (renamed from tests/cran.scm) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index ecabe612760..6fe2544a97f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS | |||
| @@ -286,7 +286,7 @@ guix/build/r-build-system\.scm @guix/r | |||
| 286 | guix/build-system/r\.scm @guix/r | 286 | guix/build-system/r\.scm @guix/r |
| 287 | guix/import/cran\.scm @guix/r | 287 | guix/import/cran\.scm @guix/r |
| 288 | guix/scripts/import/cran\.scm @guix/r | 288 | guix/scripts/import/cran\.scm @guix/r |
| 289 | tests/cran\.scm @guix/r | 289 | tests/import/cran\.scm @guix/r |
| 290 | 290 | ||
| 291 | gnu/packages/chez\.scm @guix/racket | 291 | gnu/packages/chez\.scm @guix/racket |
| 292 | gnu/packages/racket\.scm @guix/racket | 292 | gnu/packages/racket\.scm @guix/racket |
diff --git a/Makefile.am b/Makefile.am index 472909a62a2..ff87e9baf28 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -549,7 +549,6 @@ SCM_TESTS = \ | |||
| 549 | tests/composer.scm \ | 549 | tests/composer.scm \ |
| 550 | tests/containers.scm \ | 550 | tests/containers.scm \ |
| 551 | tests/cpio.scm \ | 551 | tests/cpio.scm \ |
| 552 | tests/cran.scm \ | ||
| 553 | tests/cve.scm \ | 552 | tests/cve.scm \ |
| 554 | tests/debug-link.scm \ | 553 | tests/debug-link.scm \ |
| 555 | tests/derivations.scm \ | 554 | tests/derivations.scm \ |
| @@ -566,6 +565,7 @@ SCM_TESTS = \ | |||
| 566 | tests/gremlin.scm \ | 565 | tests/gremlin.scm \ |
| 567 | tests/hexpm.scm \ | 566 | tests/hexpm.scm \ |
| 568 | tests/import/cpan.scm \ | 567 | tests/import/cpan.scm \ |
| 568 | tests/import/cran.scm \ | ||
| 569 | tests/import/crate.scm \ | 569 | tests/import/crate.scm \ |
| 570 | tests/import/egg.scm \ | 570 | tests/import/egg.scm \ |
| 571 | tests/import/elm.scm \ | 571 | tests/import/elm.scm \ |
diff --git a/etc/teams.scm b/etc/teams.scm index 08f1f5ec381..1f5a2da6228 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -883,7 +883,7 @@ and the r-build-system." | |||
| 883 | "guix/build-system/r.scm" | 883 | "guix/build-system/r.scm" |
| 884 | "guix/import/cran.scm" | 884 | "guix/import/cran.scm" |
| 885 | "guix/scripts/import/cran.scm" | 885 | "guix/scripts/import/cran.scm" |
| 886 | "tests/cran.scm"))) | 886 | "tests/import/cran.scm"))) |
| 887 | 887 | ||
| 888 | (define-team racket | 888 | (define-team racket |
| 889 | (team 'racket | 889 | (team 'racket |
diff --git a/tests/cran.scm b/tests/import/cran.scm index 5c820b1ab32..5c820b1ab32 100644 --- a/tests/cran.scm +++ b/tests/import/cran.scm | |||
