From 5b242dc14a4bc459b6819b16c43f3fb8da3d29ae Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 5 Mar 2021 10:29:59 -0800 Subject: [PATCH] build(package): simplify repository fields created using @octoherd and https://github.com/gr2m/octoherd-script-normalize-package-repository-field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d08b5e7..004ddc3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "a GitHub App that enforces the DCO on Pull Requests", "author": "Brandon Keepers", "license": "ISC", - "repository": "https://github.com/probot/dco.git", + "repository": "github:probot/dco", "scripts": { "start": "probot run ./index.js", "test": "jest --coverage",