Skip to content

Commit 361a06a

Browse files
committed
Rename repository references after clone.
1 parent 0a70bbb commit 361a06a

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/lineage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
lineage:
33
skeleton:
4-
remote-url: https://github.com/cisagov/skeleton-generic.git
4+
remote-url: https://github.com/cisagov/skeleton-python-library.git
55
version: '1'

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all of which should be in this repository.
1515

1616
If you want to report a bug or request a new feature, the most direct
1717
method is to [create an
18-
issue](https://github.com/cisagov/skeleton-python-library/issues) in
18+
issue](https://github.com/cisagov/guacscanner/issues) in
1919
this repository. We recommend that you first search through existing
2020
issues (both open and closed) to check if your particular issue has
2121
already been reported. If it has then you might want to add a comment
@@ -25,7 +25,7 @@ one.
2525
## Pull requests ##
2626

2727
If you choose to [submit a pull
28-
request](https://github.com/cisagov/skeleton-python-library/pulls),
28+
request](https://github.com/cisagov/guacscanner/pulls),
2929
you will notice that our continuous integration (CI) system runs a
3030
fairly extensive set of linters, syntax checkers, system, and unit tests.
3131
Your pull request may fail these checks, and that's OK. If you want
@@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
135135
commands:
136136

137137
```console
138-
cd skeleton-python-library
139-
pyenv virtualenv <python_version_to_use> skeleton-python-library
140-
pyenv local skeleton-python-library
138+
cd guacscanner
139+
pyenv virtualenv <python_version_to_use> guacscanner
140+
pyenv local guacscanner
141141
pip install --requirement requirements-dev.txt
142142
```
143143

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# skeleton-python-library #
1+
# guacscanner #
22

3-
[![GitHub Build Status](https://github.com/cisagov/skeleton-python-library/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions)
4-
[![Coverage Status](https://coveralls.io/repos/github/cisagov/skeleton-python-library/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/skeleton-python-library?branch=develop)
5-
[![Total alerts](https://img.shields.io/lgtm/alerts/g/cisagov/skeleton-python-library.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/skeleton-python-library/alerts/)
6-
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/cisagov/skeleton-python-library.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/skeleton-python-library/context:python)
7-
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/skeleton-python-library/develop/badge.svg)](https://snyk.io/test/github/cisagov/skeleton-python-library)
3+
[![GitHub Build Status](https://github.com/cisagov/guacscanner/workflows/build/badge.svg)](https://github.com/cisagov/guacscanner/actions)
4+
[![Coverage Status](https://coveralls.io/repos/github/cisagov/guacscanner/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/guacscanner?branch=develop)
5+
[![Total alerts](https://img.shields.io/lgtm/alerts/g/cisagov/guacscanner.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/guacscanner/alerts/)
6+
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/cisagov/guacscanner.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/guacscanner/context:python)
7+
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/guacscanner/develop/badge.svg)](https://snyk.io/test/github/cisagov/guacscanner)
88

99
This is a generic skeleton project that can be used to quickly get a
1010
new [cisagov](https://github.com/cisagov) Python library GitHub

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def get_version(version_file):
5353
# Additional URLs for this project per
5454
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
5555
project_urls={
56-
"Source": "https://github.com/cisagov/skeleton-python-library",
57-
"Tracker": "https://github.com/cisagov/skeleton-python-library/issues",
56+
"Source": "https://github.com/cisagov/guacscanner",
57+
"Tracker": "https://github.com/cisagov/guacscanner/issues",
5858
},
5959
# Author details
6060
author="Cybersecurity and Infrastructure Security Agency",

0 commit comments

Comments
 (0)