Skip to content

Commit 074b626

Browse files
Update project links
1 parent 73830aa commit 074b626

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ edition = "2024"
1818
authors = ["Bilal Elmoussaoui", "Sophie Herold", "Maximiliano Sandoval"]
1919
keywords = ["keyring", "secret", "service", "portal", "keychain"]
2020
categories = ["os::linux-apis", "os", "api-bindings"]
21-
repository = "https://github.com/bilelmoussaoui/oo7"
22-
homepage = "https://github.com/bilelmoussaoui/oo7"
21+
repository = "https://github.com/linux-credentials/oo7"
22+
homepage = "https://github.com/linux-credentials/oo7"
2323
license = "MIT"
2424
rust-version = "1.92"
2525
exclude = ["org.freedesktop.Secrets.xml"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OO7
22

3-
[![docs](https://docs.rs/oo7/badge.svg)](https://docs.rs/oo7/) [![crates.io](https://img.shields.io/crates/v/oo7)](https://crates.io/crates/oo7) ![CI](https://github.com/bilelmoussaoui/oo7/workflows/CI/badge.svg) [![Coverage](https://bilelmoussaoui.github.io/oo7/coverage/badges/flat.svg)](https://bilelmoussaoui.github.io/oo7/coverage/)
3+
[![docs](https://docs.rs/oo7/badge.svg)](https://docs.rs/oo7/) [![crates.io](https://img.shields.io/crates/v/oo7)](https://crates.io/crates/oo7) ![CI](https://github.com/linux-credentials/oo7/workflows/CI/badge.svg) [![Coverage](https://linux-credentials.github.io/oo7/coverage/badges/flat.svg)](https://linux-credentials.github.io/oo7/coverage/)
44

55
James Bond went on a new mission and this time as a [Secret Service provider](https://specifications.freedesktop.org/secret-service-spec/latest/).
66

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# oo7-cli
22

3-
[![crates.io](https://img.shields.io/crates/v/oo7-cli)](https://crates.io/crates/oo7-cli) ![CI](https://github.com/bilelmoussaoui/oo7/workflows/CI/badge.svg)
3+
[![crates.io](https://img.shields.io/crates/v/oo7-cli)](https://crates.io/crates/oo7-cli) ![CI](https://github.com/linux-credentials/oo7/workflows/CI/badge.svg)
44

55
A CLI application to interact with the system keyring. Replacement of the `secret-tool` utility.
66

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OO7
22

3-
[![docs](https://docs.rs/oo7/badge.svg)](https://docs.rs/oo7/) [![crates.io](https://img.shields.io/crates/v/oo7)](https://crates.io/crates/oo7) ![CI](https://github.com/bilelmoussaoui/oo7/workflows/CI/badge.svg)
3+
[![docs](https://docs.rs/oo7/badge.svg)](https://docs.rs/oo7/) [![crates.io](https://img.shields.io/crates/v/oo7)](https://crates.io/crates/oo7) ![CI](https://github.com/linux-credentials/oo7/workflows/CI/badge.svg)
44

55
This library allows to store secrets using two different backends:
66

portal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# oo7-portal
22

3-
[![crates.io](https://img.shields.io/crates/v/oo7-portal)](https://crates.io/crates/oo7-portal) ![CI](https://github.com/bilelmoussaoui/oo7/workflows/CI/badge.svg)
3+
[![crates.io](https://img.shields.io/crates/v/oo7-portal)](https://crates.io/crates/oo7-portal) ![CI](https://github.com/linux-credentials/oo7/workflows/CI/badge.svg)
44

55
An implementation of [`org.freedesktop.impl.portal.Secret`](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.impl.portal.Secret.html)
66

server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# oo7-server
22

3-
![CI](https://github.com/bilelmoussaoui/oo7/workflows/CI/badge.svg)
3+
![CI](https://github.com/linux-credentials/oo7/workflows/CI/badge.svg)
44

55
The new D-Bus Secret Service provider. Replacement of the `gnome-keyring-daemon`
66

0 commit comments

Comments
 (0)