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: 19f8f30f63
This commit is contained in:
parent
29369130ed
commit
049bf5d3b1
4
pkgs/net-pkgs/net-test/tests/net/info.rkt
Normal file
4
pkgs/net-pkgs/net-test/tests/net/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#lang info
|
||||||
|
|
||||||
|
(define test-responsibles '(("websocket.rkt" jay)
|
||||||
|
("url-port.rkt" jay)))
|
3
pkgs/net-pkgs/net-test/tests/net/stress/info.rkt
Normal file
3
pkgs/net-pkgs/net-test/tests/net/stress/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#lang info
|
||||||
|
|
||||||
|
(define test-responsibles '((all jay)))
|
3
pkgs/net-pkgs/net-test/tests/net/websocket/info.rkt
Normal file
3
pkgs/net-pkgs/net-test/tests/net/websocket/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#lang info
|
||||||
|
|
||||||
|
(define test-responsibles '((all jay)))
|
Loading…
Reference in New Issue
Block a user