From 0355bc86539c871567ed66df8b2a170aac6e85b3 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 22 Nov 2022 00:45:18 +0100 Subject: enpass: Fix baseurl --- pkgs/tools/security/enpass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security/enpass') diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix index e7a3eb8bae3c0..0a6ec468e068c 100644 --- a/pkgs/tools/security/enpass/default.nix +++ b/pkgs/tools/security/enpass/default.nix @@ -14,7 +14,7 @@ let data = all_data.${system_map.${stdenv.hostPlatform.system} or (throw "Unsupported platform")}; - baseUrl = "http://repo.sinew.in"; + baseUrl = "https://apt.enpass.io"; # used of both wrappers and libpath libPath = lib.makeLibraryPath (with xorg; [ -- cgit 1.4.1