e-imzo-manager: updated repository name (#444010)

authored by Nick Cao and committed by GitHub a7ddabfa 2fc457da

+2 -2
+2 -2
pkgs/by-name/e-/e-imzo-manager/package.nix
··· 26 27 src = fetchFromGitHub { 28 owner = "xinux-org"; 29 - repo = "e-imzo"; 30 tag = finalAttrs.version; 31 hash = "sha256-JXALTSgxIULDHdw90RjxlNQiLT+GKrzpkqPlMY0h+8c="; 32 }; ··· 72 passthru.updateScript = nix-update-script { }; 73 74 meta = { 75 - homepage = "https://github.com/xinux-org/e-imzo"; 76 mainProgram = "E-IMZO-Manager"; 77 description = "GTK application for managing E-IMZO keys"; 78 license = with lib.licenses; [ agpl3Plus ];
··· 26 27 src = fetchFromGitHub { 28 owner = "xinux-org"; 29 + repo = "e-imzo-manager"; 30 tag = finalAttrs.version; 31 hash = "sha256-JXALTSgxIULDHdw90RjxlNQiLT+GKrzpkqPlMY0h+8c="; 32 }; ··· 72 passthru.updateScript = nix-update-script { }; 73 74 meta = { 75 + homepage = "https://github.com/xinux-org/e-imzo-manager"; 76 mainProgram = "E-IMZO-Manager"; 77 description = "GTK application for managing E-IMZO keys"; 78 license = with lib.licenses; [ agpl3Plus ];