···1919 cargoHash = "sha256-TfAT36/JeBjBxymnX1gIyCEPZcxTW4fPVIOhHF3z9wA=";
20202121 meta = with lib; {
2222- description = " A better way of working with structured data on the command line";
2222+ description = "A better way of working with structured data on the command line";
2323 mainProgram = "each";
2424 homepage = "https://github.com/arraypad/each";
2525 license = with licenses; [ mit ];
+1-1
pkgs/by-name/gi/gitlab-timelogs/package.nix
···2929 cargoHash = "sha256-qSIRcf0HpRg1Eu12L6UcJajHBgjJgfhsHmF1oV1h8HM=";
30303131 meta = {
3232- description = " CLI utility to support you with your time logs in GitLab";
3232+ description = "CLI utility to support you with your time logs in GitLab";
3333 mainProgram = "gitlab-timelogs";
3434 longDescription = ''
3535 CLI utility to support you with your time logs in GitLab.
+1-1
pkgs/by-name/go/go-protobuf/package.nix
···19192020 meta = with lib; {
2121 homepage = "https://github.com/golang/protobuf";
2222- description = " Go bindings for protocol buffer";
2222+ description = "Go bindings for protocol buffer";
2323 maintainers = with maintainers; [ lewo ];
2424 license = licenses.bsd3;
2525 };
+1-1
pkgs/by-name/jw/jwx/package.nix
···2020 sourceRoot = "${finalAttrs.src.name}/cmd/jwx";
21212222 meta = {
2323- description = " Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies";
2323+ description = "Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies";
2424 mainProgram = "jwx";
2525 homepage = "https://github.com/lestrrat-go/jwx";
2626 changelog = "https://github.com/lestrrat-go/jwx/blob/v${finalAttrs.version}/Changes";
+1-1
pkgs/by-name/kn/knewave/package.nix
···2525 '';
26262727 meta = {
2828- description = " A bold, painted face for the rocker within";
2828+ description = "A bold, painted face for the rocker within";
2929 longDescription = ''
3030 Knewave is bold, painted face. Get it? Git it.
3131 '';
···6565 pythonImportsCheck = [ "aioguardian" ];
66666767 meta = with lib; {
6868- description = " Python library to interact with Elexa Guardian devices";
6868+ description = "Python library to interact with Elexa Guardian devices";
6969 longDescription = ''
7070 aioguardian is an asyncio-focused library for interacting with the
7171 Guardian line of water valves and sensors from Elexa.
···4141 ];
42424343 meta = with lib; {
4444- description = " Control your Midea M-Smart appliances via local area network";
4444+ description = "Control your Midea M-Smart appliances via local area network";
4545 homepage = "https://github.com/midea-lan/midea-local";
4646 changelog = "https://github.com/midea-lan/midea-local/releases/tag/${src.tag}";
4747 maintainers = with maintainers; [ k900 ];
···5252 __darwinAllowLocalNetworking = true;
53535454 meta = with lib; {
5555- description = " Python API for Tile Bluetooth trackers";
5555+ description = "Python API for Tile Bluetooth trackers";
5656 longDescription = ''
5757 pytile is a simple Python library for retrieving information on Tile
5858 Bluetooth trackers (including last location and more).
+1-1
pkgs/os-specific/linux/rtw89/default.nix
···3838 '';
39394040 meta = with lib; {
4141- description = " Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices";
4141+ description = "Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices";
4242 homepage = "https://github.com/lwfinger/rtw89";
4343 license = with licenses; [ gpl2Only ];
4444 maintainers = with maintainers; [ tvorog ];
···2828 '';
29293030 meta = {
3131- description = " Development Nextcloud app to enable apps to use hot module reloading";
3131+ description = "Development Nextcloud app to enable apps to use hot module reloading";
3232 homepage = "https://github.com/nextcloud/hmr_enabler";
3333 changelog = "https://github.com/nextcloud/hmr_enabler/blob/master/CHANGELOG.md";
3434 license = lib.licenses.agpl3Only;
+1-1
pkgs/servers/web-apps/plausible/default.nix
···178178 license = licenses.agpl3Plus;
179179 homepage = "https://plausible.io/";
180180 changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md";
181181- description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
181181+ description = "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
182182 mainProgram = "plausible";
183183 teams = [ teams.cyberus ];
184184 platforms = platforms.unix;