From f2096f5a0987d40440241f10f157795778ba4467 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 20 Apr 2020 20:34:32 +0800 Subject: [PATCH] Meta tweaks --- license | 2 +- package.json | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/license b/license index e7af2f7..fa7ceba 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright (c) Sindre Sorhus (https://sindresorhus.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index caac1d4..5646048 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" + "url": "https://sindresorhus.com" }, "bin": { "create-dmg": "cli.js" diff --git a/readme.md b/readme.md index 4fe5905..ab0003d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# create-dmg [![Build Status](https://travis-ci.org/sindresorhus/create-dmg.svg?branch=master)](https://travis-ci.org/sindresorhus/create-dmg) +# create-dmg [![Build Status](https://travis-ci.com/sindresorhus/create-dmg.svg?branch=master)](https://travis-ci.com/sindresorhus/create-dmg) > Create a good-looking [DMG](https://en.wikipedia.org/wiki/Apple_Disk_Image) for your macOS app in seconds