diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2ef463d783..0f1914bd94 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,12 +1,12 @@ # These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: rampatra # Replace with a single Patreon username +patreon: # Replace with a single Patreon username open_collective: jbot # Replace with a single Open Collective username -ko_fi: rampatra # Replace with a single Ko-fi username +ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: https://www.paypal.me/iamrampatra # Replace with a single custom sponsorship URL +custom: https://www.paypal.me/ # Replace with a single custom sponsorship URL diff --git a/CNAME b/CNAME index fb2667d61a..f74c5c9ca6 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -wedding.rampatra.com \ No newline at end of file +wedding.com \ No newline at end of file diff --git a/npmfile.js b/npmfile.js index c15fd1c1d5..ea21a6d154 100644 --- a/npmfile.js +++ b/npmfile.js @@ -1,3 +1,3 @@ -exports.printMsg = function() { - console.log("Visit https://wedding.rampatra.com !"); +exports.printMsg = function () { + console.log("Visit https://wedding.com !"); }; \ No newline at end of file diff --git a/package.json b/package.json index e86324a248..80bacfd8ea 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com:rampatra/wedding-website.git" + "url": "git+ssh://git@github.com:chonerman/wedding-website.git" }, "keywords": [ "wedding", @@ -17,7 +17,7 @@ ], "author": "Ram Patra", "license": "GPL-3.0", - "homepage": "https://github.com/rampatra/wedding-website", + "homepage": "https://github.com/chonerman/wedding-website", "devDependencies": { "gulp": "^4.0.2", "gulp-rename": "^1.4.0", @@ -30,4 +30,4 @@ "font-awesome": "^4.7.0", "waypoints": "^4.0.1" } -} +} \ No newline at end of file