Skip to content

Commit e2ca21e

Browse files
authored
Merge pull request #8805 from joshcooper/git_scheme_maint
(maint) Remove references to git scheme
2 parents d6e48a0 + 12c14e6 commit e2ca21e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# This gemspec is not intended to be used for building the Puppet gem. This
55
# gemspec is intended for use with bundler when Puppet is a dependency of
66
# another project. For example, the stdlib project is able to integrate with
7-
# the master branch of Puppet by using a Gemfile path of
8-
# git://github.com/puppetlabs/puppet.git
7+
# the main branch of Puppet by using a Gemfile path of
8+
# https://github.com/puppetlabs/puppet
99
#
1010
# Please see the [packaging
1111
# repository](https://github.com/puppetlabs/packaging) for information on how

acceptance/tests/face/loadable_from_modules.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Puppet Labs",
2121
"summary": "Nginx Module",
2222
"license": "Apache Version 2.0",
23-
"source": "git://github.com/puppetlabs/puppetlabs-nginx.git",
23+
"source": "https://github.com/puppetlabs/puppetlabs-nginx",
2424
"project_page": "https://github.com/puppetlabs/puppetlabs-nginx",
2525
"issues_url": "https://github.com/puppetlabs/puppetlabs-nginx",
2626
"dependencies": [

acceptance/tests/modules/changes/missing_checksums_json.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Puppet Labs",
2121
"summary": "Nginx Module",
2222
"license": "Apache Version 2.0",
23-
"source": "git://github.com/puppetlabs/puppetlabs-nginx.git",
23+
"source": "https://github.com/puppetlabs/puppetlabs-nginx",
2424
"project_page": "https://github.com/puppetlabs/puppetlabs-nginx",
2525
"issues_url": "https://github.com/puppetlabs/puppetlabs-nginx",
2626
"dependencies": [

spec/fixtures/unit/forge/bacula.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"license": "Apache 2.0",
3838
"checksums": { },
3939
"version": "0.0.2",
40-
"source": "git://github.com/puppetlabs/puppetlabs-bacula.git",
40+
"source": "https://github.com/puppetlabs/puppetlabs-bacula",
4141
"project_page": "https://github.com/puppetlabs/puppetlabs-bacula",
4242
"summary": "bacula",
4343
"dependencies": [ ],

spec/unit/forge/module_release_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def mock_digest_file_with_md5(md5)
9090
"checksums": { },
9191
"version": "#{module_version}",
9292
"description": "Standard Library for Puppet Modules",
93-
"source": "git://github.com/puppetlabs/puppetlabs-stdlib.git",
93+
"source": "https://github.com/puppetlabs/puppetlabs-stdlib",
9494
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
9595
"summary": "Puppet Module Standard Library",
9696
"dependencies": [
@@ -204,7 +204,7 @@ def mock_release(json)
204204
"checksums": { },
205205
"version": "#{module_version}",
206206
"description": "Standard Library for Puppet Modules",
207-
"source": "git://github.com/puppetlabs/puppetlabs-stdlib.git",
207+
"source": "https://github.com/puppetlabs/puppetlabs-stdlib",
208208
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
209209
"summary": "Puppet Module Standard Library",
210210
"author": "#{module_author}",
@@ -279,7 +279,7 @@ def mock_release(json)
279279
"checksums": { },
280280
"version": "#{module_version}",
281281
"description": "Standard Library for Puppet Modules",
282-
"source": "git://github.com/puppetlabs/puppetlabs-stdlib.git",
282+
"source": "https://github.com/puppetlabs/puppetlabs-stdlib",
283283
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
284284
"summary": "Puppet Module Standard Library",
285285
"dependencies": [

0 commit comments

Comments
 (0)