From 70b2933b1652e9e4e4591d2de847fd22a13bfd72 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Sun, 15 May 2022 16:40:20 -0700 Subject: [PATCH] docs: Update ipfs homepage and desc (#123388) * docs: Update ipfs homepage and desc Use the latest description from the GitHub repo, and the proper GitHub repository URL as the homepage. * Update ipfs.rb * Update ipfs.rb Co-authored-by: Miccal Matthews --- Casks/ipfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/ipfs.rb b/Casks/ipfs.rb index 9902e23750..7f88b8f33e 100644 --- a/Casks/ipfs.rb +++ b/Casks/ipfs.rb @@ -2,10 +2,10 @@ cask "ipfs" do version "0.20.6" sha256 "00f1affd9b96e5b5716345d0970beeec19ca3198c5cbe3f47eabaa9521ceee31" - url "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v#{version}/IPFS-Desktop-#{version}.dmg" + url "https://github.com/ipfs/ipfs-desktop/releases/download/v#{version}/IPFS-Desktop-#{version}.dmg" name "IPFS Desktop" desc "Menu bar application for the IPFS peer-to-peer network" - homepage "https://github.com/ipfs-shipyard/ipfs-desktop" + homepage "https://github.com/ipfs/ipfs-desktop" livecheck do url :url