3
0
Fork 0
forked from mirrors/nixpkgs

calls: update meta.homepage to gitlab.gnome.org

This commit is contained in:
Tom Fitzhenry 2022-10-01 12:55:47 +10:00
parent e0ba645ec1
commit 4eb5696d61

View file

@ -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;