From df6fc298f608eb106229efc742f0ef8ce9f78e8b Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Fri, 20 Dec 2024 00:20:02 +0900 Subject: migrate to git.gensokyo.uk/security/fortify Signed-off-by: Ophestra Umiker --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4b542879..eb9fd20b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Fortify ======= -[![Go Reference](https://pkg.go.dev/badge/git.ophivana.moe/security/fortify.svg)](https://pkg.go.dev/git.ophivana.moe/security/fortify) -[![Go Report Card](https://goreportcard.com/badge/git.ophivana.moe/security/fortify)](https://goreportcard.com/report/git.ophivana.moe/security/fortify) +[![Go Reference](https://pkg.go.dev/badge/git.gensokyo.uk/security/fortify.svg)](https://pkg.go.dev/git.gensokyo.uk/security/fortify) +[![Go Report Card](https://goreportcard.com/badge/git.gensokyo.uk/security/fortify)](https://goreportcard.com/report/git.gensokyo.uk/security/fortify) Lets you run graphical applications as another user in a confined environment with a nice NixOS module to configure target users and provide launchers and desktop files for your privileged user. @@ -18,7 +18,7 @@ Why would you want this? If you have a flakes-enabled nix environment, you can try out the tool by running: ```shell -nix run git+https://git.ophivana.moe/security/fortify -- help +nix run git+https://git.gensokyo.uk/security/fortify -- help ``` ## Module usage @@ -35,7 +35,7 @@ To use the module, import it into your configuration with nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; fortify = { - url = "git+https://git.ophivana.moe/security/fortify"; + url = "git+https://git.gensokyo.uk/security/fortify"; # Optional but recommended to limit the size of your system closure. inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.3.1