summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2022-03-21 22:15:30 +0000
committerLogan Rathbone <poprocks@gmail.com>2022-03-21 22:15:30 +0000
commit72d66bd30511dcfc067db0940c8c9503746c110a (patch)
tree6ffd1cc72b3b204a0429d5db79c69d6f7210ecc0
parente35921f10f4312a208d1807498549fe44ec46737 (diff)
downloadlibnotify-revert-e35921f1.tar.gz
Revert "Merge branch 'readme' into 'master'"revert-e35921f1
This reverts merge request !21
-rw-r--r--README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index f9ebf9e..0000000
--- a/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# libnotify
-
-## Description
-
-libnotify is a library for sending desktop notifications to a notification
-daemon, as defined in the [org.freedesktop.Notifications][fdo-spec] Desktop
-Specification. These notifications can be used to inform the user about an event
-or display some form of information without getting in the user's way.
-
-## Notice
-
-For GLib based applications the [GNotification][gnotif] API should be used
-instead.
-
-[fdo-spec]: https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html
-[gnotif]: https://docs.gtk.org/gio/class.Notification.html