Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update github org to did-method-plc

+4 -4
+1 -1
go-didplc/go.mod
··· 1 - module github.com/bluesky-social/did-method-plc/webplc 1 + module github.com/did-method-plc/did-method-plc/webplc 2 2 3 3 go 1.20 4 4
+1 -1
package.json
··· 1 1 { 2 2 "name": "did-method-plc", 3 3 "version": "0.0.1", 4 - "repository": "git@github.com:bluesky-social/did-method-plc.git", 4 + "repository": "git@github.com:did-method-plc/did-method-plc.git", 5 5 "author": "Bluesky PBC <hello@blueskyweb.xyz>", 6 6 "license": "MIT", 7 7 "private": true,
+1 -1
packages/server/Dockerfile
··· 34 34 USER node 35 35 CMD ["node", "--enable-source-maps", "index.js"] 36 36 37 - LABEL org.opencontainers.image.source=https://github.com/bluesky-social/did-method-plc 37 + LABEL org.opencontainers.image.source=https://github.com/did-method-plc/did-method-plc 38 38 LABEL org.opencontainers.image.description="DID PLC server" 39 39 LABEL org.opencontainers.image.licenses=MIT
+1 -1
packages/server/package.json
··· 11 11 "homepage": "https://web.plc.directory", 12 12 "repository": { 13 13 "type": "git", 14 - "url": "https://github.com/bluesky-social/did-method-plc", 14 + "url": "https://github.com/did-method-plc/did-method-plc", 15 15 "directory": "packages/server" 16 16 }, 17 17 "main": "dist/index.js",