From b7032b5281fa5c28079a52340790828c0b32c762 Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Sat, 25 May 2019 18:07:31 -0700 Subject: [PATCH] autorandr: use official package description Use the description from the manpage / upstream repository. --- pkgs/tools/misc/autorandr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix index 550b0ad90674..423fc9d85350 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;