mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
Merge pull request #62072 from thumphries/autorandr-docfix
autorandr: use official package description
This commit is contained in:
commit
e380ef3987
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue