]> kaliko git repositories - python-daemon.git/blobdiff - README
Adjust licence in file's header
[python-daemon.git] / README
diff --git a/README b/README
index 03e74c71930f08293cfc0b1f2bcf8bff2c748112..9fceb7d938e6f063433c36dcc633b4a7c3c445ec 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-python-daemon is a pretty simple object named Daemon used to daemonize a process.
+python-seth is a pretty simple object named Daemon used to daemonize a process.
 
 To do so subclass the Daemon object and override its run method with the code
 you want to turn into a unix daemon.
@@ -16,5 +16,5 @@ FEATURES:
        * catch SIGTERM and handles a clean stop via shutdown method
 
 UPSTREAM:
-    Code maintained at http://git.kaliko.me/?p=python-daemon.git
+    Code maintained at http://git.kaliko.me/?p=python-seth.git
     Please send feedback at <kaliko@azylum.org>