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;