summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-02-27 17:24:00 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-02-27 17:30:29 +0000
commit17348dc094e53f52fd48ad26443093662dd08212 (patch)
tree3d94f8e37b593c6462ada5a9476cfdfe94d3295d /pkgs/os-specific/linux/rtl8812au
parent158ff99ae41ff8f00a3b1efcdac56926304c6a14 (diff)
downloadnixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.gz
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.bz2
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.lz
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.xz
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.tar.zst
nixpkgs-17348dc094e53f52fd48ad26443093662dd08212.zip
Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
Diffstat (limited to 'pkgs/os-specific/linux/rtl8812au')
-rw-r--r--pkgs/os-specific/linux/rtl8812au/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/rtl8812au/default.nix b/pkgs/os-specific/linux/rtl8812au/default.nix
index a16e102bc08..6279deac60a 100644
--- a/pkgs/os-specific/linux/rtl8812au/default.nix
+++ b/pkgs/os-specific/linux/rtl8812au/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   '';
    
   meta = {
-    description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod.";
+    description = "Driver for Realtek 802.11ac, rtl8812au, provides the 8812au mod";
     homepage = "https://github.com/csssuf/rtl8812au";
     license = stdenv.lib.licenses.gpl2;
     platforms = [ "x86_64-linux" "i686-linux" ];