treewide: trim whitespace in homepage and description strings (#427300)

authored by philiptaron.tngl.sh and committed by GitHub 9173d858 b384b717

+40 -40
+1 -1
nixos/modules/services/monitoring/grafana-image-renderer.nix
··· 142 142 systemd.services.grafana-image-renderer = { 143 143 wantedBy = [ "multi-user.target" ]; 144 144 after = [ "network.target" ]; 145 - description = " A Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)"; 145 + description = "Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)"; 146 146 147 147 environment = { 148 148 PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true";
+1 -1
nixos/modules/services/networking/flannel.nix
··· 83 83 }; 84 84 85 85 network = lib.mkOption { 86 - description = " IPv4 network in CIDR format to use for the entire flannel network."; 86 + description = "IPv4 network in CIDR format to use for the entire flannel network"; 87 87 type = lib.types.str; 88 88 }; 89 89
+1 -1
nixos/modules/services/networking/quicktun.nix
··· 62 62 type = types.port; 63 63 default = qtcfg.localPort; 64 64 defaultText = lib.literalExpression "config.services.quicktun.<name>.localPort"; 65 - description = " remote UDP port"; 65 + description = "Remote UDP port"; 66 66 }; 67 67 68 68 remoteFloat = mkOption {
+1 -1
pkgs/applications/editors/vscode/extensions/default.nix
··· 808 808 hash = "sha256-vVbaHSaBX6QzpnYMQlpPsJU1TQYJEBe8jq95muzwN0o="; 809 809 }; 810 810 meta = { 811 - description = " A solarized-palenight theme for vscode"; 811 + description = "Solarized-palenight theme for vscode"; 812 812 downloadPage = "https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.solarized-palenight"; 813 813 homepage = "https://github.com/BrandonKirbyson/Solarized-Palenight"; 814 814 license = lib.licenses.mit;
+1 -1
pkgs/by-name/ca/caroline/package.nix
··· 36 36 ]; 37 37 38 38 meta = with lib; { 39 - description = " A simple Cairo Chart Library for GTK and Vala"; 39 + description = "Simple Cairo Chart Library for GTK and Vala"; 40 40 homepage = "https://github.com/dcharles525/Caroline"; 41 41 maintainers = with maintainers; [ grindhold ]; 42 42 license = licenses.mit;
+1 -1
pkgs/by-name/cb/cbftp/package.nix
··· 35 35 36 36 meta = with lib; { 37 37 homepage = "https://cbftp.eu/"; 38 - description = " An advanced multi-purpose FTP/FXP client"; 38 + description = "Advanced multi-purpose FTP/FXP client"; 39 39 longDescription = '' 40 40 Cbftp is an advanced multi-purpose FTP/FXP client that focuses on 41 41 efficient large-scale data spreading, while also supporting most regular
+1 -1
pkgs/by-name/ea/each/package.nix
··· 19 19 cargoHash = "sha256-TfAT36/JeBjBxymnX1gIyCEPZcxTW4fPVIOhHF3z9wA="; 20 20 21 21 meta = with lib; { 22 - description = " A better way of working with structured data on the command line"; 22 + description = "A better way of working with structured data on the command line"; 23 23 mainProgram = "each"; 24 24 homepage = "https://github.com/arraypad/each"; 25 25 license = with licenses; [ mit ];
+1 -1
pkgs/by-name/ga/galerio/package.nix
··· 19 19 cargoHash = "sha256-jXUAjK/fqBaXaehcbFZU02w9/MTHluqKjtWGoAJa7ks="; 20 20 21 21 meta = with lib; { 22 - description = " A simple generator for self-contained HTML flexbox galleries"; 22 + description = "Simple generator for self-contained HTML flexbox galleries"; 23 23 homepage = "https://github.com/dbrgn/galerio"; 24 24 maintainers = with maintainers; [ dbrgn ]; 25 25 license = with licenses; [
+1 -1
pkgs/by-name/gi/gitlab-timelogs/package.nix
··· 29 29 cargoHash = "sha256-qSIRcf0HpRg1Eu12L6UcJajHBgjJgfhsHmF1oV1h8HM="; 30 30 31 31 meta = { 32 - description = " CLI utility to support you with your time logs in GitLab"; 32 + description = "CLI utility to support you with your time logs in GitLab"; 33 33 mainProgram = "gitlab-timelogs"; 34 34 longDescription = '' 35 35 CLI utility to support you with your time logs in GitLab.
+1 -1
pkgs/by-name/go/go-protobuf/package.nix
··· 19 19 20 20 meta = with lib; { 21 21 homepage = "https://github.com/golang/protobuf"; 22 - description = " Go bindings for protocol buffer"; 22 + description = "Go bindings for protocol buffer"; 23 23 maintainers = with maintainers; [ lewo ]; 24 24 license = licenses.bsd3; 25 25 };
+1 -1
pkgs/by-name/gt/gtg/package.nix
··· 79 79 checkPhase = "xvfb-run pytest ../tests/"; 80 80 81 81 meta = with lib; { 82 - description = " A personal tasks and TODO-list items organizer"; 82 + description = "Personal tasks and TODO-list items organizer"; 83 83 mainProgram = "gtg"; 84 84 longDescription = '' 85 85 "Getting Things GNOME" (GTG) is a personal tasks and ToDo list organizer inspired by the "Getting Things Done" (GTD) methodology.
+1 -1
pkgs/by-name/jw/jwx/package.nix
··· 20 20 sourceRoot = "${finalAttrs.src.name}/cmd/jwx"; 21 21 22 22 meta = { 23 - description = " Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies"; 23 + description = "Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies"; 24 24 mainProgram = "jwx"; 25 25 homepage = "https://github.com/lestrrat-go/jwx"; 26 26 changelog = "https://github.com/lestrrat-go/jwx/blob/v${finalAttrs.version}/Changes";
+1 -1
pkgs/by-name/kn/knewave/package.nix
··· 25 25 ''; 26 26 27 27 meta = { 28 - description = " A bold, painted face for the rocker within"; 28 + description = "Bold, painted face for the rocker within"; 29 29 longDescription = '' 30 30 Knewave is bold, painted face. Get it? Git it. 31 31 '';
+1 -1
pkgs/by-name/le/lessc/plugins/clean-css/default.nix
··· 54 54 55 55 meta = { 56 56 homepage = "https://github.com/less/less-plugin-clean-css"; 57 - description = " Post-process and compress CSS using clean-css"; 57 + description = "Post-process and compress CSS using clean-css"; 58 58 license = lib.licenses.asl20; 59 59 maintainers = with lib.maintainers; [ lelgenio ]; 60 60 };
+1 -1
pkgs/by-name/li/libmsym/package.nix
··· 19 19 nativeBuildInputs = [ cmake ]; 20 20 21 21 meta = with lib; { 22 - description = " molecular point group symmetry lib"; 22 + description = "Molecular point group symmetry lib"; 23 23 homepage = "https://github.com/mcodev31/libmsym"; 24 24 license = licenses.mit; 25 25 platforms = platforms.linux;
+1 -1
pkgs/by-name/lv/lv_font_conv/package.nix
··· 27 27 meta = { 28 28 description = "Converts TTF/WOFF fonts to compact bitmap format"; 29 29 mainProgram = "lv_font_conv"; 30 - homepage = " https://lvgl.io/tools/fontconverter"; 30 + homepage = "https://lvgl.io/tools/fontconverter"; 31 31 license = lib.licenses.mit; 32 32 maintainers = with lib.maintainers; [ pyrox0 ]; 33 33 };
+1 -1
pkgs/by-name/pr/prometheus-klipper-exporter/package.nix
··· 29 29 }; 30 30 31 31 meta = with lib; { 32 - description = " Prometheus Exporter for Klipper "; 32 + description = "Prometheus Exporter for Klipper"; 33 33 homepage = "https://github.com/scross01/prometheus-klipper-exporter"; 34 34 license = licenses.mit; 35 35 maintainers = with maintainers; [ wulfsta ];
+1 -1
pkgs/by-name/pu/pulsarctl/package.nix
··· 67 67 }; 68 68 69 69 meta = with lib; { 70 - description = " a CLI for Apache Pulsar written in Go"; 70 + description = "CLI for Apache Pulsar written in Go"; 71 71 homepage = "https://github.com/streamnative/pulsarctl"; 72 72 license = with licenses; [ asl20 ]; 73 73 platforms = platforms.unix;
+1 -1
pkgs/by-name/ro/roxterm/package.nix
··· 74 74 75 75 meta = { 76 76 homepage = "https://github.com/realh/roxterm"; 77 - description = " A highly configurable terminal emulator"; 77 + description = "Highly configurable terminal emulator"; 78 78 longDescription = '' 79 79 ROXTerm is a terminal emulator intended to provide similar features to 80 80 gnome-terminal, based on the same VTE library. It was originally designed
+1 -1
pkgs/by-name/to/tomato-c/package.nix
··· 67 67 68 68 meta = { 69 69 homepage = "https://github.com/gabrielzschmitz/Tomato.C"; 70 - description = " A pomodoro timer written in pure C"; 70 + description = "Pomodoro timer written in pure C"; 71 71 license = with lib.licenses; [ gpl3Plus ]; 72 72 maintainers = with lib.maintainers; [ ]; 73 73 mainProgram = "tomato";
+1 -1
pkgs/by-name/tr/treedome/package.nix
··· 74 74 75 75 meta = { 76 76 description = "Local-first, encrypted, note taking application organized in tree-like structures"; 77 - homepage = " https://codeberg.org/solver-orgz/treedome"; 77 + homepage = "https://codeberg.org/solver-orgz/treedome"; 78 78 license = lib.licenses.agpl3Plus; 79 79 platforms = [ "x86_64-linux" ]; 80 80 mainProgram = "treedome";
+1 -1
pkgs/by-name/vu/vulkan-volk/package.nix
··· 23 23 cmakeFlags = [ "-DVOLK_INSTALL=1" ]; 24 24 25 25 meta = with lib; { 26 - description = " Meta loader for Vulkan API"; 26 + description = "Meta loader for Vulkan API"; 27 27 homepage = "https://github.com/zeux/volk"; 28 28 platforms = platforms.all; 29 29 license = licenses.mit;
+1 -1
pkgs/development/compilers/elm/packages/node/default.nix
··· 53 53 with lib; 54 54 nodePkgs."@dillonkearns/elm-graphql".meta 55 55 // { 56 - description = " Autogenerate type-safe GraphQL queries in Elm"; 56 + description = "Autogenerate type-safe GraphQL queries in Elm"; 57 57 license = licenses.bsd3; 58 58 maintainers = [ maintainers.pedrohlc ]; 59 59 };
+1 -1
pkgs/development/lua-modules/generated-packages.nix
··· 949 949 950 950 meta = { 951 951 homepage = "https://github.com/mrcjkb/haskell-tools.nvim"; 952 - description = " 🦥 Supercharge your Haskell experience in neovim!"; 952 + description = "🦥 Supercharge your Haskell experience in neovim!"; 953 953 maintainers = with lib.maintainers; [ mrcjkb ]; 954 954 license.fullName = "GPL-2.0"; 955 955 };
+1 -1
pkgs/development/ocaml-modules/bls12-381/default.nix
··· 41 41 doCheck = true; 42 42 43 43 meta = { 44 - homepage = " https://nomadic-labs.gitlab.io/cryptography/ocaml-bls12-381/bls12-381/"; 44 + homepage = "https://nomadic-labs.gitlab.io/cryptography/ocaml-bls12-381/bls12-381/"; 45 45 description = "Implementation of BLS12-381 and some cryptographic primitives built on top of it"; 46 46 license = lib.licenses.mit; 47 47 maintainers = [ lib.maintainers.ulrikstrid ];
+1 -1
pkgs/development/ocaml-modules/janestreet/0.17.nix
··· 951 951 ocaml_openapi_generator = janePackage { 952 952 pname = "ocaml_openapi_generator"; 953 953 hash = "sha256-HCq9fylcVjBMs8L6E860nw+EonWEQadlyEKpQI6mynU="; 954 - meta.description = " An OpenAPI 3 to OCaml client generator"; 954 + meta.description = "OpenAPI 3 to OCaml client generator"; 955 955 buildInputs = [ 956 956 async 957 957 core
+1 -1
pkgs/development/ocaml-modules/ocsigen-toolkit/default.nix
··· 47 47 48 48 meta = { 49 49 homepage = "http://ocsigen.org/ocsigen-toolkit/"; 50 - description = " User interface widgets for Ocsigen applications"; 50 + description = "User interface widgets for Ocsigen applications"; 51 51 license = lib.licenses.lgpl21; 52 52 maintainers = [ lib.maintainers.gal_bolle ]; 53 53 inherit (ocaml.meta) platforms;
+1 -1
pkgs/development/octave-modules/communications/default.nix
··· 27 27 homepage = "https://gnu-octave.github.io/packages/communications/"; 28 28 license = lib.licenses.gpl3Plus; 29 29 maintainers = with lib.maintainers; [ KarlJoad ]; 30 - description = " Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields"; 30 + description = "Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields"; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/aioguardian/default.nix
··· 65 65 pythonImportsCheck = [ "aioguardian" ]; 66 66 67 67 meta = with lib; { 68 - description = " Python library to interact with Elexa Guardian devices"; 68 + description = "Python library to interact with Elexa Guardian devices"; 69 69 longDescription = '' 70 70 aioguardian is an asyncio-focused library for interacting with the 71 71 Guardian line of water valves and sensors from Elexa.
+1 -1
pkgs/development/python-modules/djangorestframework-recursive/default.nix
··· 29 29 pythonImportsCheck = [ "rest_framework_recursive" ]; 30 30 31 31 meta = with lib; { 32 - description = " Recursive Serialization for Django REST framework"; 32 + description = "Recursive Serialization for Django REST framework"; 33 33 homepage = "https://github.com/heywbj/django-rest-framework-recursive"; 34 34 license = licenses.isc; 35 35 maintainers = [ ];
+1 -1
pkgs/development/python-modules/manuf/default.nix
··· 49 49 50 50 meta = with lib; { 51 51 homepage = "https://github.com/coolbho3k/manuf"; 52 - description = " Parser library for Wireshark's OUI database"; 52 + description = "Parser library for Wireshark's OUI database"; 53 53 mainProgram = "manuf"; 54 54 platforms = platforms.linux; 55 55 license = with licenses; [
+1 -1
pkgs/development/python-modules/midea-local/default.nix
··· 41 41 ]; 42 42 43 43 meta = with lib; { 44 - description = " Control your Midea M-Smart appliances via local area network"; 44 + description = "Control your Midea M-Smart appliances via local area network"; 45 45 homepage = "https://github.com/midea-lan/midea-local"; 46 46 changelog = "https://github.com/midea-lan/midea-local/releases/tag/${src.tag}"; 47 47 maintainers = with maintainers; [ k900 ];
+1 -1
pkgs/development/python-modules/migen/default.nix
··· 31 31 passthru.updateScript = unstableGitUpdater { }; 32 32 33 33 meta = { 34 - description = " A Python toolbox for building complex digital hardware"; 34 + description = "Python toolbox for building complex digital hardware"; 35 35 homepage = "https://m-labs.hk/migen"; 36 36 license = lib.licenses.bsd2; 37 37 maintainers = with lib.maintainers; [ l-as ];
+1 -1
pkgs/development/python-modules/plumbum/default.nix
··· 66 66 meta = with lib; { 67 67 description = "Module Shell Combinators"; 68 68 changelog = "https://github.com/tomerfiliba/plumbum/releases/tag/v${version}"; 69 - homepage = " https://github.com/tomerfiliba/plumbum"; 69 + homepage = "https://github.com/tomerfiliba/plumbum"; 70 70 license = licenses.mit; 71 71 maintainers = [ ]; 72 72 };
+1 -1
pkgs/development/python-modules/pytile/default.nix
··· 52 52 __darwinAllowLocalNetworking = true; 53 53 54 54 meta = with lib; { 55 - description = " Python API for Tile Bluetooth trackers"; 55 + description = "Python API for Tile Bluetooth trackers"; 56 56 longDescription = '' 57 57 pytile is a simple Python library for retrieving information on Tile 58 58 Bluetooth trackers (including last location and more).
+1 -1
pkgs/os-specific/linux/rtw89/default.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 - description = " Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices"; 41 + description = "Driver for Realtek 8852AE, 8852BE, and 8853CE, 802.11ax devices"; 42 42 homepage = "https://github.com/lwfinger/rtw89"; 43 43 license = with licenses; [ gpl2Only ]; 44 44 maintainers = with maintainers; [ tvorog ];
+2 -2
pkgs/servers/http/nginx/modules.nix
··· 268 268 }; 269 269 270 270 meta = with lib; { 271 - description = " Fancy indexes module"; 271 + description = "Fancy indexes module"; 272 272 homepage = "https://github.com/aperezdc/ngx-fancyindex"; 273 273 license = with licenses; [ bsd2 ]; 274 274 maintainers = with maintainers; [ aneeshusa ]; ··· 340 340 inputs = [ libbsd ]; 341 341 342 342 meta = with lib; { 343 - description = " IP address anonymizer"; 343 + description = "IP address anonymizer"; 344 344 homepage = "https://github.com/masonicboom/ipscrub"; 345 345 license = with licenses; [ bsd3 ]; 346 346 maintainers = [ ];
+1 -1
pkgs/servers/nextcloud/packages/apps/hmr_enabler.nix
··· 28 28 ''; 29 29 30 30 meta = { 31 - description = " Development Nextcloud app to enable apps to use hot module reloading"; 31 + description = "Development Nextcloud app to enable apps to use hot module reloading"; 32 32 homepage = "https://github.com/nextcloud/hmr_enabler"; 33 33 changelog = "https://github.com/nextcloud/hmr_enabler/blob/master/CHANGELOG.md"; 34 34 license = lib.licenses.agpl3Only;
+1 -1
pkgs/servers/web-apps/plausible/default.nix
··· 178 178 license = licenses.agpl3Plus; 179 179 homepage = "https://plausible.io/"; 180 180 changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md"; 181 - description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics"; 181 + description = "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics"; 182 182 mainProgram = "plausible"; 183 183 teams = [ teams.cyberus ]; 184 184 platforms = platforms.unix;