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

update github org to did-method-plc

Changed files
+4 -4
go-didplc
packages
+1 -1
go-didplc/go.mod
···
-
module github.com/bluesky-social/did-method-plc/webplc
+
module github.com/did-method-plc/did-method-plc/webplc
go 1.20
+1 -1
package.json
···
{
"name": "did-method-plc",
"version": "0.0.1",
-
"repository": "git@github.com:bluesky-social/did-method-plc.git",
+
"repository": "git@github.com:did-method-plc/did-method-plc.git",
"author": "Bluesky PBC <hello@blueskyweb.xyz>",
"license": "MIT",
"private": true,
+1 -1
packages/server/Dockerfile
···
USER node
CMD ["node", "--enable-source-maps", "index.js"]
-
LABEL org.opencontainers.image.source=https://github.com/bluesky-social/did-method-plc
+
LABEL org.opencontainers.image.source=https://github.com/did-method-plc/did-method-plc
LABEL org.opencontainers.image.description="DID PLC server"
LABEL org.opencontainers.image.licenses=MIT
+1 -1
packages/server/package.json
···
"homepage": "https://web.plc.directory",
"repository": {
"type": "git",
-
"url": "https://github.com/bluesky-social/did-method-plc",
+
"url": "https://github.com/did-method-plc/did-method-plc",
"directory": "packages/server"
},
"main": "dist/index.js",