about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific/linux/mdevctl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/os-specific/linux/mdevctl/default.nix')
-rw-r--r--nixpkgs/pkgs/os-specific/linux/mdevctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/os-specific/linux/mdevctl/default.nix b/nixpkgs/pkgs/os-specific/linux/mdevctl/default.nix
index ce4ea250827b..d7b61f74dc4c 100644
--- a/nixpkgs/pkgs/os-specific/linux/mdevctl/default.nix
+++ b/nixpkgs/pkgs/os-specific/linux/mdevctl/default.nix
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     homepage = "https://github.com/mdevctl/mdevctl";
-    description = "A mediated device management utility for linux";
+    description = "Mediated device management utility for linux";
     license = licenses.lgpl21Only;
     maintainers = with maintainers; [ edwtjo ];
     platforms = platforms.linux;