diff --git a/pkgs/plt-services/meta/drdr/pkgs.rktd b/pkgs/plt-services/meta/drdr/pkgs.rktd index 79f4cd5eff..295ddc59c9 100644 --- a/pkgs/plt-services/meta/drdr/pkgs.rktd +++ b/pkgs/plt-services/meta/drdr/pkgs.rktd @@ -1,6 +1,5 @@ -(("drdr" "git://github.com/racket/drdr/") - ("drdr2" "git://github.com/racket/drdr2/") - ("games" "git://github.com/racket/games/") +("job-queue" + ("drdr" "git://github.com/racket/drdr/") ("remote-shell-lib" "git://github.com/racket/remote-shell/?path=remote-shell-lib") ("remote-shell-doc" "git://github.com/racket/remote-shell/?path=remote-shell-doc") ("remote-shell" "git://github.com/racket/remote-shell/?path=remote-shell") @@ -11,14 +10,11 @@ ("distro-build-server" "git://github.com/racket/distro-build/?path=distro-build-server") ("distro-build-lib" "git://github.com/racket/distro-build/?path=distro-build-lib") ("distro-build" "git://github.com/racket/distro-build/?path=distro-build") - ("slatex" "git://github.com/racket/slatex") "sha" "http" "aws" ("s3-sync" "git://github.com/mflatt/s3-sync") ("pkg-push" "git://github.com/racket/pkg-push/") ("racket-lang-org" "git://github.com/racket/racket-lang-org/") - ("pkg-build" "git://github.com/racket/pkg-build/") - ("preprocessor" "git://github.com/racket/preprocessor") - ("make" "git://github.com/racket/make") - ("eopl" "git://github.com/racket/eopl")) + ("pkg-index" "git://github.com/racket/pkg-index/") + ("pkg-build" "git://github.com/racket/pkg-build/"))