Skip to content

Commit 94eec65

Browse files
author
Andreas Savvides
committed
Change references of gov.github.com to government.github.com
1 parent b274cd0 commit 94eec65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This guide is intended to be given to government rock stars, to help us better t
99

1010
## Background
1111

12-
Gov.github.com is going to be a government-centric blog dedicated to showcasing and amplifying best practices and first-of-their-kind efforts within government around open source, open data, and open government. In addition to a series of short, informal blog posts written by civicly-minded Hubbers or by the public via pull request ("stories"), the completely open source microsite will also curate government-specific collaboratively edited documentation such as FAQs, or links to the public-facing GitHub profiles of government agencies.
12+
Government.github.com is going to be a government-centric blog dedicated to showcasing and amplifying best practices and first-of-their-kind efforts within government around open source, open data, and open government. In addition to a series of short, informal blog posts written by civicly-minded Hubbers or by the public via pull request ("stories"), the completely open source microsite will also curate government-specific collaboratively edited documentation such as FAQs, or links to the public-facing GitHub profiles of government agencies.
1313

1414
## Voice
1515

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "gov.github.com",
2+
"name": "government.github.com",
33
"version": "0.0.2",
44
"devDependencies": {
55
"coffee-script": "latest"
66
},
77
"readmeFilename": "readme.md",
88
"gitHead": "9d267504e75e3104107acc0c49885cc1a3d9f1c9",
9-
"description": "*The [gov.github.com](http://gov.github.com) of the future, here today.*",
9+
"description": "*The [government.github.com](http://government.github.com) of the future, here today.*",
1010
"main": "script/server",
1111
"dependencies": {},
1212
"scripts": {
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/github/gov.github.com.git"
17+
"url": "https://github.com/github/government.github.com.git"
1818
},
1919
"author": "GitHub, Inc.",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/github/gov.github.com/issues"
22+
"url": "https://github.com/github/government.github.com/issues"
2323
}
2424
}

0 commit comments

Comments
 (0)