mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 18:30:27 -07:00
better name
This commit is contained in:
parent
99121af04e
commit
f5cd996ec3
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@
|
|||
# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
|
||||
# content lives. May only contain alphanumeric characters and underscores. Additionally namespaces cannot start with
|
||||
# underscores or numbers and cannot contain consecutive underscores
|
||||
namespace: ansible
|
||||
namespace: google
|
||||
|
||||
# The name of the collection. Has the same character restrictions as 'namespace'
|
||||
name: ansible_collections_google
|
||||
name: cloud
|
||||
|
||||
# The version of the collection. Must be compatible with semantic versioning
|
||||
version: 1.0.0
|
||||
version: 0.0.1
|
||||
|
||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||
readme: README.md
|
||||
|
@ -45,7 +45,7 @@ license:
|
|||
#dependencies: {}
|
||||
|
||||
# The URL of the originating SCM repository
|
||||
#repository: http://example.com/repository
|
||||
repository: http://github.com/ansible/ansible_collections_google
|
||||
|
||||
# The URL to any online docs
|
||||
#documentation: http://docs.example.com
|
||||
|
|
Loading…
Add table
Reference in a new issue