diff --git a/README.md b/README.md index 9f3a406..b76ffcd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Howdy for Ubuntu [![](https://img.shields.io/travis/Boltgolt/howdy/master.svg)](https://travis-ci.org/Boltgolt/howdy) [![](https://img.shields.io/github/release/Boltgolt/howdy.svg?colorB=4c1)](https://github.com/Boltgolt/howdy/releases) ![](https://boltgolt.nl/howdy_badge/installs.php?nc) ![](https://boltgolt.nl/howdy_badge/views.php) +# Howdy for Ubuntu [![](https://img.shields.io/travis/boltgolt/howdy/master.svg)](https://travis-ci.org/boltgolt/howdy) [![](https://img.shields.io/github/release/boltgolt/howdy.svg?colorB=4c1)](https://github.com/boltgolt/howdy/releases) ![](https://boltgolt.nl/howdy_badge/installs.php?nc) ![](https://boltgolt.nl/howdy_badge/views.php) Windows Helloâ„¢ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are. @@ -41,7 +41,7 @@ howdy [-U user] [-y] command [argument] | `remove` | Remove a specific model for an user | | `test` | Test the camera and recognition methods | -### Contributing [![](https://img.shields.io/travis/Boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/Boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/Boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) +### Contributing [![](https://img.shields.io/travis/boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) You can contribute in many ways. The easiest are reporting bugs and opening github issues for features you'd like to see in howdy. Code contributions are also very welcome. diff --git a/debian/control b/debian/control index 87f9123..d394ec9 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,10 @@ Priority: optional Standards-Version: 3.9.7 Build-Depends: python, dh-python, devscripts, dh-make, debhelper Maintainer: boltgolt -Vcs-Git: https://github.com/Boltgolt/howdy +Vcs-Git: https://github.com/boltgolt/howdy Package: howdy -Homepage: https://github.com/Boltgolt/howdy +Homepage: https://github.com/boltgolt/howdy Architecture: all Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake Description: Howdy: Windows Hello style authentication for Ubuntu. diff --git a/debian/howdy.1 b/debian/howdy.1 index 7254e43..087a298 100644 --- a/debian/howdy.1 +++ b/debian/howdy.1 @@ -44,4 +44,4 @@ Skip all questions. Show this help message and exit. .PP .SH AUTHOR -Howdy was written by boltgolt. For more information visit https://github.com/Boltgolt/howdy +Howdy was written by boltgolt. For more information visit https://github.com/boltgolt/howdy diff --git a/src/cli.py b/src/cli.py index 8ec350a..31cc9c1 100755 --- a/src/cli.py +++ b/src/cli.py @@ -28,7 +28,7 @@ parser = argparse.ArgumentParser(description="Command line interface for Howdy f formatter_class=argparse.RawDescriptionHelpFormatter, add_help=False, prog="howdy", - epilog="For support please visit\nhttps://github.com/Boltgolt/howdy") + epilog="For support please visit\nhttps://github.com/boltgolt/howdy") # Add an argument for the command parser.add_argument("command",