granted: point to fwdcloudsec github org

Project maintenance has been transfered to the fwdcloudsec organisation.
See announcement: https://www.commonfate.io/blog/winding-down
This commit is contained in:
Marc Fournier
2026-03-29 16:03:33 +02:00
parent 6f0ebc3baf
commit e0c6bed8b9
+8 -8
View File
@@ -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