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
f0fd7106e3
commit
1775ef6a14
3
pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt
Normal file
3
pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all eli)))
|
|
@ -13,3 +13,5 @@
|
|||
(define release-note-files '(("Scribble" "HISTORY.txt")))
|
||||
|
||||
(define version "1.1")
|
||||
|
||||
(define test-responsibles '(("html.rkt" eli)))
|
||||
|
|
3
pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt
Normal file
3
pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
3
pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt
Normal file
3
pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("text.rkt" eli)))
|
Loading…
Reference in New Issue
Block a user