From e0c6bed8b97edd1301d57df5d3a3bfe9bc40c043 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sun, 29 Mar 2026 16:03:33 +0200 Subject: [PATCH] granted: point to fwdcloudsec github org Project maintenance has been transfered to the fwdcloudsec organisation. See announcement: https://www.commonfate.io/blog/winding-down --- pkgs/by-name/gr/granted/package.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/gr/granted/package.nix b/pkgs/by-name/gr/granted/package.nix index c1e1ee9b979c..4b0a99f54c79 100644 --- a/pkgs/by-name/gr/granted/package.nix +++ b/pkgs/by-name/gr/granted/package.nix @@ -14,7 +14,7 @@ buildGoModule (finalAttrs: { version = "0.38.0"; src = fetchFromGitHub { - owner = "common-fate"; + owner = "fwdcloudsec"; repo = "granted"; rev = "v${finalAttrs.version}"; sha256 = "sha256-xHpYtHG0fJ/VvJ/4lJ90ept3yGzJRnmtFQFbYxJtxwY="; @@ -27,11 +27,11 @@ buildGoModule (finalAttrs: { ldflags = [ "-s" "-w" - "-X github.com/common-fate/granted/internal/build.Version=v${finalAttrs.version}" - "-X github.com/common-fate/granted/internal/build.Commit=${finalAttrs.src.rev}" - "-X github.com/common-fate/granted/internal/build.Date=1970-01-01-00:00:01" - "-X github.com/common-fate/granted/internal/build.BuiltBy=Nix" - "-X github.com/common-fate/granted/internal/build.ConfigFolderName=.granted" + "-X github.com/fwdcloudsec/granted/internal/build.Version=v${finalAttrs.version}" + "-X github.com/fwdcloudsec/granted/internal/build.Commit=${finalAttrs.src.rev}" + "-X github.com/fwdcloudsec/granted/internal/build.Date=1970-01-01-00:00:01" + "-X github.com/fwdcloudsec/granted/internal/build.BuiltBy=Nix" + "-X github.com/fwdcloudsec/granted/internal/build.ConfigFolderName=.granted" ]; subPackages = [ @@ -87,8 +87,8 @@ buildGoModule (finalAttrs: { meta = { description = "Easiest way to access your cloud"; - homepage = "https://github.com/common-fate/granted"; - changelog = "https://github.com/common-fate/granted/releases/tag/${finalAttrs.version}"; + homepage = "https://github.com/fwdcloudsec/granted"; + changelog = "https://github.com/fwdcloudsec/granted/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ jlbribeiro