about summary refs log tree commit diff
path: root/pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2024-06-07 10:04:29 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2024-06-09 23:08:46 +0200
commitf8c4a98e8e138e21353a2c33b90db3359f539b37 (patch)
tree9f5458336198a99baa44de8f8a4ffc264c1515d3 /pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix
parent755b915a158c9d588f08e9b08da9f7f3422070cc (diff)
treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
Diffstat (limited to 'pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix')
-rw-r--r--pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix b/pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix
index cf5ea68820749..b6f765a38a078 100644
--- a/pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix
+++ b/pkgs/development/cuda-modules/modules/generic/manifests/redistrib/manifest.nix
@@ -11,20 +11,20 @@ options.mkOption {
     freeformType = types.attrsOf Release.type;
     options = {
       release_date = options.mkOption {
-        description = "The release date of the manifest";
+        description = "Release date of the manifest";
         type = types.nullOr types.str;
         default = null;
         example = "2023-08-29";
       };
       release_label = options.mkOption {
-        description = "The release label of the manifest";
+        description = "Release label of the manifest";
         type = types.nullOr types.str;
         default = null;
         example = "12.2.2";
       };
       release_product = options.mkOption {
         example = "cuda";
-        description = "The release product of the manifest";
+        description = "Release product of the manifest";
         type = types.nullOr types.str;
         default = null;
       };