summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-10 14:53:14 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-10 14:53:14 +0200
commit5ee9c18acf25ca06dfacdb857edbd54b8454b7e8 (patch)
treee942be6d551a50cfd36bd2b55dd282a30699fa57
parentace35c20c96ca737886328e4a035308ac1da44c1 (diff)
downloadbirdscan-5ee9c18acf25ca06dfacdb857edbd54b8454b7e8.tar
birdscan-5ee9c18acf25ca06dfacdb857edbd54b8454b7e8.tar.zst
birdscan-5ee9c18acf25ca06dfacdb857edbd54b8454b7e8.zip
Pictures are beautiful and not nice
-rw-r--r--README.md2
-rw-r--r--python/setup.py2
-rw-r--r--systemd/birdscan.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ea78b7b..7ea1b71 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# birdscan
-A software to take nice pictures of birds with a Raspberry Pi Camera.
+A software to take beautiful pictures of birds with a Raspberry Pi Camera.
diff --git a/python/setup.py b/python/setup.py
index 0cfafbd..8091600 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -6,7 +6,7 @@ from distutils.core import setup
setup(name="birdscan",
version="0.0.1",
- description="A software to take nice pictures of birds with a Raspberry Pi Camera",
+ description="A software to take beautiful pictures of birds with a Raspberry Pi Camera",
author="xengineering",
author_email="mail2xengineering@protonmail.com",
url="https://xengineering.eu",
diff --git a/systemd/birdscan.service b/systemd/birdscan.service
index aa9f319..3142a38 100644
--- a/systemd/birdscan.service
+++ b/systemd/birdscan.service
@@ -1,6 +1,6 @@
[Unit]
-Description=A software to take nice pictures of birds with a Raspberry Pi Camera
+Description=A software to take beautiful pictures of birds with a Raspberry Pi Camera
After=network.target
[Service]