From ad1f46df4e54f8d7bb0b46152daa0c720846d5d6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 24 Sep 2020 21:19:25 +0200 Subject: [PATCH] migrate to thegeeklab namespace --- CHANGELOG.md | 4 ++-- LICENSE | 2 +- README.md | 15 ++++++++------- certbot_dns_corenetworks/__init__.py | 6 +++--- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed4209..7e01f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,2 @@ -* BUGFIX - * bump corenetworks library to version>=0.1.4 +- INTERNAL + - migrate to thegeeklab namespace diff --git a/LICENSE b/LICENSE index bb3e998..44e4d67 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Robert Kaussow +Copyright (c) 2020 Robert Kaussow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 34ec861..e8f6646 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # certbot-dns-corenetworks -[![Build Status](https://img.shields.io/drone/build/xoxys/certbot-dns-corenetworks?logo=drone)](https://cloud.drone.io/xoxys/certbot-dns-corenetworks) +[![Build Status](https://img.shields.io/drone/build/thegeeklab/certbot-dns-corenetworks?logo=drone)](https://cloud.drone.io/thegeeklab/certbot-dns-corenetworks) [![Python Version](https://img.shields.io/pypi/pyversions/certbot-dns-corenetworks.svg)](https://pypi.org/project/certbot-dns-corenetworks/) [![PyPi Status](https://img.shields.io/pypi/status/certbot-dns-corenetworks.svg)](https://pypi.org/project/certbot-dns-corenetworks/) [![PyPi Release](https://img.shields.io/pypi/v/certbot-dns-corenetworks.svg)](https://pypi.org/project/certbot-dns-corenetworks/) -[![Codecov](https://img.shields.io/codecov/c/github/xoxys/certbot-dns-corenetworks)](https://codecov.io/gh/xoxys/certbot-dns-corenetworks) -[![License: MIT](https://img.shields.io/github/license/xoxys/certbot-dns-corenetworks)](LICENSE) +[![Codecov](https://img.shields.io/codecov/c/github/thegeeklab/certbot-dns-corenetworks)](https://codecov.io/gh/thegeeklab/certbot-dns-corenetworks) +[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/certbot-dns-corenetworks)](https://github.com/thegeeklab/certbot-dns-corenetworks/graphs/contributors) +[![License: MIT](https://img.shields.io/github/license/thegeeklab/certbot-dns-corenetworks)](<[LICENSE](https://github.com/thegeeklab/certbot-dns-corenetworks/blob/master/LICENSE)>) ## Install @@ -52,10 +53,10 @@ certbot certonly \\ -d '*.example.com' ``` -## License +## Contributors -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +Special thanks goes to all [contributors](https://github.com/thegeeklab/certbot-dns-corenetworks/graphs/contributors). -## Maintainers and Contributors +## License -[Robert Kaussow](https://github.com/xoxys) +This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/certbot-dns-corenetworks/blob/master/LICENSE) file for details. diff --git a/certbot_dns_corenetworks/__init__.py b/certbot_dns_corenetworks/__init__.py index 995898a..8bf1b56 100644 --- a/certbot_dns_corenetworks/__init__.py +++ b/certbot_dns_corenetworks/__init__.py @@ -5,6 +5,6 @@ __author__ = "Robert Kaussow" __project__ = "certbot_dns_corenetworks" __license__ = "MIT" __maintainer__ = "Robert Kaussow" -__email__ = "mail@geeklabor.de" -__url__ = "https://github.com/xoxys/certbot-dns-corenetworks" -__version__ = "0.1.3" +__email__ = "mail@thegeeklab.de" +__url__ = "https://github.com/thegeeklab/certbot-dns-corenetworks" +__version__ = "0.1.4"