aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/servers/hylafaxplus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/hylafaxplus/default.nix')
-rw-r--r--nixpkgs/pkgs/servers/hylafaxplus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/servers/hylafaxplus/default.nix b/nixpkgs/pkgs/servers/hylafaxplus/default.nix
index 289ae59d379..21e39b5f2e2 100644
--- a/nixpkgs/pkgs/servers/hylafaxplus/default.nix
+++ b/nixpkgs/pkgs/servers/hylafaxplus/default.nix
@@ -89,8 +89,8 @@ stdenv.mkDerivation {
postInstallCheck = ''. ${./post-install-check.sh}'';
meta = {
description = "enterprise-class system for sending and receiving facsimiles";
- downloadPage = https://hylafax.sourceforge.io/download.php;
- homepage = https://hylafax.sourceforge.io;
+ downloadPage = "https://hylafax.sourceforge.io/download.php";
+ homepage = "https://hylafax.sourceforge.io";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.yarny ];
platforms = lib.platforms.linux;