Unverified Commit 9173d858 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents b384b717 d80ed4cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ in
    systemd.services.grafana-image-renderer = {
      wantedBy = [ "multi-user.target" ];
      after = [ "network.target" ];
      description = " A Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)";
      description = "Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)";

      environment = {
        PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "true";
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ in
    };

    network = lib.mkOption {
      description = " IPv4 network in CIDR format to use for the entire flannel network.";
      description = "IPv4 network in CIDR format to use for the entire flannel network";
      type = lib.types.str;
    };

+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ in
                type = types.port;
                default = qtcfg.localPort;
                defaultText = lib.literalExpression "config.services.quicktun.<name>.localPort";
                description = " remote UDP port";
                description = "Remote UDP port";
              };

              remoteFloat = mkOption {
+1 −1
Original line number Diff line number Diff line
@@ -808,7 +808,7 @@ let
          hash = "sha256-vVbaHSaBX6QzpnYMQlpPsJU1TQYJEBe8jq95muzwN0o=";
        };
        meta = {
          description = " A solarized-palenight theme for vscode";
          description = "Solarized-palenight theme for vscode";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.solarized-palenight";
          homepage = "https://github.com/BrandonKirbyson/Solarized-Palenight";
          license = lib.licenses.mit;
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
  ];

  meta = with lib; {
    description = " A simple Cairo Chart Library for GTK and Vala";
    description = "Simple Cairo Chart Library for GTK and Vala";
    homepage = "https://github.com/dcharles525/Caroline";
    maintainers = with maintainers; [ grindhold ];
    license = licenses.mit;
Loading