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
7944363893
commit
4351718394
3
pkgs/gui-pkgs/gui-doc/mrlib/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-doc/mrlib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define scribblings '(("framework.scrbl" (multi-page) (gui-library 100))))
|
||||
|
||||
|
||||
(define test-responsibles '((all robby)))
|
||||
|
|
3
pkgs/gui-pkgs/gui-lib/framework/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-lib/framework/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
3
pkgs/gui-pkgs/gui-lib/mrlib/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-lib/mrlib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (mflatt robby))))
|
3
pkgs/gui-pkgs/gui-test/framework/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-test/framework/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
Loading…
Reference in New Issue
Block a user