mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
Update alp repository url
This commit is contained in:
parent
67851c7bee
commit
23e424b841
|
@ -4,7 +4,7 @@ buildGoModule rec {
|
||||||
version = "v1.0.0"; # latest available tag at the moment
|
version = "v1.0.0"; # latest available tag at the moment
|
||||||
|
|
||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "https://git.selfprivacy.org/ilchub/selfprivacy-alps";
|
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-alps";
|
||||||
rev = "dc2109ca2fdabfbda5d924faa4947f5694d5d758";
|
rev = "dc2109ca2fdabfbda5d924faa4947f5694d5d758";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Webmail application for the dovecot/postfix mailserver";
|
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;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue