summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/calls
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2022-10-01 12:55:47 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2022-10-01 12:55:47 +1000
commit4eb5696d61ebc9ea5832ae00cb6b86dbb008d6f4 (patch)
tree7bd3185d17234bf20960e9d7b2394c85b6f04c74 /pkgs/applications/networking/calls
parente0ba645ec16c5f412b880841148eb4504aeeece9 (diff)
calls: update meta.homepage to gitlab.gnome.org
Diffstat (limited to 'pkgs/applications/networking/calls')
-rw-r--r--pkgs/applications/networking/calls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/calls/default.nix b/pkgs/applications/networking/calls/default.nix
index 8289547c296d..a0a9b10f068a 100644
--- a/pkgs/applications/networking/calls/default.nix
+++ b/pkgs/applications/networking/calls/default.nix
@@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A phone dialer and call handler";
longDescription = "GNOME Calls is a phone dialer and call handler. Setting NixOS option `programs.calls.enable = true` is recommended.";
- homepage = "https://source.puri.sm/Librem5/calls";
+ homepage = "https://gitlab.gnome.org/GNOME/calls";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ craigem lheckemann tomfitzhenry ];
platforms = platforms.linux;