about summary refs log tree commit diff
path: root/pkgs/servers/go-libp2p-daemon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/go-libp2p-daemon/default.nix')
-rw-r--r--pkgs/servers/go-libp2p-daemon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/go-libp2p-daemon/default.nix b/pkgs/servers/go-libp2p-daemon/default.nix
index e85f8ceedfff7..1ae7428aa19d6 100644
--- a/pkgs/servers/go-libp2p-daemon/default.nix
+++ b/pkgs/servers/go-libp2p-daemon/default.nix
@@ -19,7 +19,7 @@ buildGoModule rec {
     # Won't build with Go >1.20 because of outdated quic-go dependency and interface mismatches on update.
     # https://github.com/libp2p/go-libp2p-daemon/issues/291
     broken = true;
-    description = "a libp2p-backed daemon wrapping the functionalities of go-libp2p for use in other languages";
+    description = "Libp2p-backed daemon wrapping the functionalities of go-libp2p for use in other languages";
     homepage = "https://github.com/libp2p/go-libp2p-daemon";
     license = licenses.mit;
     maintainers = with maintainers; [ fare ];