Merge pull request #62072 from thumphries/autorandr-docfix

autorandr: use official package description
This commit is contained in:
Matthew Bauer 2019-05-25 22:37:30 -05:00 committed by GitHub
commit e380ef3987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;