xautoclick: add license

+5 -2
+5 -2
pkgs/applications/misc/xautoclick/default.nix
··· 23 addToSearchPath PATH .bin 24 ''; 25 26 - meta = { 27 - platforms = stdenv.lib.platforms.linux; 28 }; 29 }
··· 23 addToSearchPath PATH .bin 24 ''; 25 26 + meta = with stdenv.lib; { 27 + description = "Autoclicker application, which enables you to automatically click the left mousebutton"; 28 + homepage = http://xautoclick.sourceforge.net; 29 + license = licenses.gpl2; 30 + platforms = platforms.linux; 31 }; 32 }