about summary refs log tree commit diff
path: root/pkgs/servers/routinator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/routinator/default.nix')
-rw-r--r--pkgs/servers/routinator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/routinator/default.nix b/pkgs/servers/routinator/default.nix
index 071d665de0fac..1276bd2731305 100644
--- a/pkgs/servers/routinator/default.nix
+++ b/pkgs/servers/routinator/default.nix
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
   buildFeatures = [ "socks" ];
 
   meta = with lib; {
-    description = "An RPKI Validator written in Rust";
+    description = "RPKI Validator written in Rust";
     homepage = "https://github.com/NLnetLabs/routinator";
     changelog = "https://github.com/NLnetLabs/routinator/blob/v${version}/Changelog.md";
     license = licenses.bsd3;