summary refs log tree commit diff
path: root/pkgs/tools/misc/autorandr
diff options
context:
space:
mode:
authorTim Humphries <thumphries@users.noreply.github.com>2019-05-25 18:07:31 -0700
committerTim Humphries <tim@utf8.me>2019-05-25 18:32:53 -0700
commitb7032b5281fa5c28079a52340790828c0b32c762 (patch)
treea8af4cd2f9a74c777e8189d34b2299a8414547b2 /pkgs/tools/misc/autorandr
parentf563832d28dadf88bd2f44c21a28da42b4b01d08 (diff)
downloadnixpkgs-b7032b5281fa5c28079a52340790828c0b32c762.tar
nixpkgs-b7032b5281fa5c28079a52340790828c0b32c762.tar.gz
nixpkgs-b7032b5281fa5c28079a52340790828c0b32c762.tar.bz2
nixpkgs-b7032b5281fa5c28079a52340790828c0b32c762.tar.lz
nixpkgs-b7032b5281fa5c28079a52340790828c0b32c762.tar.xz
nixpkgs-b7032b5281fa5c28079a52340790828c0b32c762.tar.zst
nixpkgs-b7032b5281fa5c28079a52340790828c0b32c762.zip
autorandr: use official package description
Use the description from the manpage / upstream repository.
Diffstat (limited to 'pkgs/tools/misc/autorandr')
-rw-r--r--pkgs/tools/misc/autorandr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix
index 550b0ad9067..423fc9d8535 100644
--- a/pkgs/tools/misc/autorandr/default.nix
+++ b/pkgs/tools/misc/autorandr/default.nix
@@ -53,7 +53,7 @@ in
 
     meta = {
       homepage = https://github.com/phillipberndt/autorandr/;
-      description = "Auto-detect the connect display hardware and load the appropiate X11 setup using xrandr";
+      description = "Automatically select a display configuration based on connected devices";
       license = stdenv.lib.licenses.gpl3Plus;
       maintainers = [ stdenv.lib.maintainers.coroa ];
       platforms = stdenv.lib.platforms.unix;