about summary refs log tree commit diff
path: root/pkgs/applications/networking/r53-ddns/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/r53-ddns/default.nix')
-rw-r--r--pkgs/applications/networking/r53-ddns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/r53-ddns/default.nix b/pkgs/applications/networking/r53-ddns/default.nix
index 8db9ddacef726..5e83a3793b72b 100644
--- a/pkgs/applications/networking/r53-ddns/default.nix
+++ b/pkgs/applications/networking/r53-ddns/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
   meta = with lib; {
     license = licenses.mit;
     homepage = "https://github.com/fleaz/r53-ddns";
-    description = "A DIY DynDNS tool based on Route53";
+    description = "DIY DynDNS tool based on Route53";
     maintainers = with maintainers; [ fleaz ];
     mainProgram = "r53-ddns";
   };