forked from jmillikin/haskell-gnome-keyring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7152949
commit 22873be
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# gnome-keyring | ||
[![GitHub](https://img.shields.io/github/license/LinuxUser404/haskell-gnome-keyring)](https://github.com/LinuxUser404/haskell-gnome-keyring/blob/master/LICENSE) | ||
[![Build Status](https://travis-ci.org/LinuxUser404/haskell-gnome-keyring.svg?branch=master)](https://travis-ci.org/LinuxUser404/haskell-gnome-keyring) | ||
|
||
The GNOME Keyring is a service for securely storing per-user secret | ||
information, such as passwords and encryption keys. This library is | ||
a binding to the @libgnome-keyring@ C library. | ||
|
||
Documentation for the original library is available at | ||
<http://library.gnome.org/devel/gnome-keyring/stable/> |