From 23e424b84127c9f0a14c63847b2e15fad32c3ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaiJi=20=E2=9C=A8?= Date: Wed, 22 Jun 2022 13:45:30 +0300 Subject: [PATCH] Update alp repository url --- mailserver/system/alps-package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailserver/system/alps-package.nix b/mailserver/system/alps-package.nix index fda9961..ce948c9 100644 --- a/mailserver/system/alps-package.nix +++ b/mailserver/system/alps-package.nix @@ -4,7 +4,7 @@ buildGoModule rec { version = "v1.0.0"; # latest available tag at the moment src = fetchGit { - url = "https://git.selfprivacy.org/ilchub/selfprivacy-alps"; + url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-alps"; rev = "dc2109ca2fdabfbda5d924faa4947f5694d5d758"; }; @@ -24,7 +24,7 @@ buildGoModule rec { meta = with lib; { description = "Webmail application for the dovecot/postfix mailserver"; - homepage = "https://git.selfprivacy.org/ilchub/selfprivacy-alps"; + homepage = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-alps"; license = licenses.mit; }; }