copy responsible
info to "info.rkt" files
It seems more ideal that `pkg-authors` would be specific enough responsibility, but our existing allocations of responsibility are more fine-grained, and we keep them for now. original commit: 19f8f30f63ece380105f69796c046c7a00aa4f97
This commit is contained in:
parent
33e1cd058d
commit
a99aae1b73
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("scribblings/rackunit.scrbl" (multi-page) (tool))))
|
||||
|
||||
(define test-responsibles '((all (jay noel ryanc))))
|
||||
|
|
3
pkgs/rackunit-pkgs/rackunit-test/tests/rackunit/info.rkt
Normal file
3
pkgs/rackunit-pkgs/rackunit-test/tests/rackunit/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (jay noel))))
|
Loading…
Reference in New Issue
Block a user