summary refs log tree commit diff
path: root/pkgs/os-specific/linux/intel-compute-runtime
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-11 12:55:05 +0700
committerJon <jonringer@users.noreply.github.com>2020-10-17 08:22:31 -0700
commit683a87dbeb5cbf7a97fc8093836d3691e79780a1 (patch)
tree92d1b47f09af5aea2470a254e452f4da60dbd4cc /pkgs/os-specific/linux/intel-compute-runtime
parentea04f8482978505571543eb6f406c9ca652c71e3 (diff)
downloadnixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.gz
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.bz2
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.lz
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.xz
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.zst
nixpkgs-683a87dbeb5cbf7a97fc8093836d3691e79780a1.zip
treewide: remove periods from end of package descriptions
Diffstat (limited to 'pkgs/os-specific/linux/intel-compute-runtime')
-rw-r--r--pkgs/os-specific/linux/intel-compute-runtime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/intel-compute-runtime/default.nix b/pkgs/os-specific/linux/intel-compute-runtime/default.nix
index bba3549daf6..e33a40e6a85 100644
--- a/pkgs/os-specific/linux/intel-compute-runtime/default.nix
+++ b/pkgs/os-specific/linux/intel-compute-runtime/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage    = "https://github.com/intel/compute-runtime";
-    description = "Intel Graphics Compute Runtime for OpenCL. Replaces Beignet for Gen8 (Broadwell) and beyond.";
+    description = "Intel Graphics Compute Runtime for OpenCL. Replaces Beignet for Gen8 (Broadwell) and beyond";
     license     = licenses.mit;
     platforms   = platforms.linux;
     maintainers = with maintainers; [ gloaming ];