Skip to content

Commit e0a5a10

Browse files
committed
Update repository location
1 parent 43dc65f commit e0a5a10

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.chglog/RELEASE_NOTES-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: RELEASE_NOTES.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/m0nhawk/grafana_api
5+
repository_url: https://github.com/panodata/grafana-client
66
options:
77
commits:
88
filters:

.chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/m0nhawk/grafana_api
5+
repository_url: https://github.com/panodata/grafana-client
66
options:
77
commits:
88
filters:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
3737
$(go env GOPATH)/bin/github-release -v release \
38-
--user m0nhawk \
39-
--repo grafana_api \
38+
--user panodata \
39+
--repo grafana-client \
4040
--tag ${{ steps.version.outputs.VERSION }} \
4141
--name ${{ steps.version.outputs.VERSION }} \
4242
--description "$(cat $GITHUB_WORKSPACE/CHANGELOG.md)"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# grafana-client [![Github Actions Test](https://github.com/m0nhawk/grafana_api/workflows/Test/badge.svg)](https://github.com/m0nhawk/grafana_api/actions?query=workflow%3ATest) [![GitHub license](https://img.shields.io/github/license/m0nhawk/grafana_api.svg?style=flat-square)](https://github.com/m0nhawk/grafana_api/blob/master/LICENSE) [![Codecov](https://img.shields.io/codecov/c/gh/m0nhawk/grafana_api.svg?style=flat-square)](https://codecov.io/gh/m0nhawk/grafana_api/)
1+
# grafana-client [![Github Actions Test](https://github.com/panodata/grafana-client/workflows/Test/badge.svg)](https://github.com/panodata/grafana-client/actions?query=workflow%3ATest) [![GitHub license](https://img.shields.io/github/license/panodata/grafana-client.svg?style=flat-square)](https://github.com/panodata/grafana-client/blob/master/LICENSE) [![Codecov](https://img.shields.io/codecov/c/gh/panodata/grafana-client.svg?style=flat-square)](https://codecov.io/gh/panodata/grafana-client/)
22

3-
[![PyPI](https://img.shields.io/pypi/v/grafana-client.svg?style=flat-square)](https://pypi.org/project/grafana-api/) [![Conda](https://img.shields.io/conda/v/m0nhawk/grafana_api.svg?style=flat-square)](https://anaconda.org/m0nhawk/grafana_api)
3+
[![PyPI](https://img.shields.io/pypi/v/grafana-client.svg?style=flat-square)](https://pypi.org/project/grafana-api/) [![Conda](https://img.shields.io/conda/v/panodata/grafana-client.svg?style=flat-square)](https://anaconda.org/panodata/grafana-client)
44

55
## What is this library for?
66

@@ -102,7 +102,7 @@ Work on API implementation still in progress.
102102

103103
Please report any bugs and enhancement ideas using the `grafana-client` issue tracker:
104104

105-
https://github.com/m0nhawk/grafana_api/issues
105+
https://github.com/panodata/grafana-client/issues
106106

107107
Feel free to also ask questions on the tracker.
108108

conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ test:
2727
- grafana_client.api
2828

2929
about:
30-
home: https://m0nhawk.github.io/grafana_api/
30+
home: https://panodata.github.io/grafana-client/
3131
license: MIT
3232
license_family: MIT
3333
license_file: LICENSE
3434
summary: Yet another Python library for Grafana API
35-
doc_url: https://m0nhawk.github.io/grafana_api/
36-
dev_url: https://m0nhawk.github.io/grafana_api/
35+
doc_url: https://panodata.github.io/grafana-client/
36+
dev_url: https://panodata.github.io/grafana-client/
3737

3838
extra:
3939
recipe-maintainers:

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- Initializer -->
3737
<script>
3838
Flatdoc.run({
39-
fetcher: Flatdoc.github('m0nhawk/grafana_api')
39+
fetcher: Flatdoc.github('panodata/grafana-client')
4040
});
4141
</script>
4242
</head>
@@ -46,13 +46,13 @@
4646
<div class='left'>
4747
<h1>Your Project</h1>
4848
<ul>
49-
<li><a href='https://github.com/m0nhawk/grafana_api'>View on GitHub</a></li>
50-
<li><a href='https://github.com/m0nhawk/grafana_api/issues'>Issues</a></li>
49+
<li><a href='https://github.com/panodata/grafana-client'>View on GitHub</a></li>
50+
<li><a href='https://github.com/panodata/grafana-client/issues'>Issues</a></li>
5151
</ul>
5252
</div>
5353
<div class='right'>
5454
<!-- GitHub buttons: see http://ghbtns.com -->
55-
<iframe src="https://ghbtns.com/github-btn.html?user=m0nhawk&amp;repo=grafana_api&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
55+
<iframe src="https://ghbtns.com/github-btn.html?user=panodata&amp;repo=grafana-client&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
5656
</div>
5757
</div>
5858

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ license_file = LICENSE
99
author = Andrew Prokhorenkov
1010
author_email = [email protected]
1111
copyright = Copyright 2017-2020 Andrew Prokhorenkov <[email protected]>
12-
url = https://github.com/m0nhawk/grafana_api/
12+
url = https://github.com/panodata/grafana-client/
1313
project_urls =
14-
Source = https://github.com/m0nhawk/grafana_api/
15-
Tracker = https://github.com/m0nhawk/grafana_api/issues
14+
Source = https://github.com/panodata/grafana-client/
15+
Tracker = https://github.com/panodata/grafana-client/issues
1616
classifiers =
1717
Development Status :: 4 - Beta
1818
Intended Audience :: Developers

0 commit comments

Comments
 (0)