Unverified Commit 5aeff7da authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

treewide: fix various descriptions to conform to style guide (#427088)

parents fd46a8e1 690e6a20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  meta = {
    description = "polyphonic additive synthesizer";
    description = "Polyphonic additive synthesizer";
    mainProgram = "padthv1_jack";
    homepage = "http://padthv1.sourceforge.net/";
    license = lib.licenses.gpl2Plus;
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
  '';

  meta = with lib; {
    description = ''A real-time graphical programming environment for audio, video, and graphical processing'';
    description = ''Real-time graphical programming environment for audio, video, and graphical processing'';
    homepage = "http://puredata.info";
    license = licenses.bsd3;
    platforms = platforms.linux ++ platforms.darwin;
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ mkDerivation rec {

  meta = with lib; {
    homepage = "https://leo-editor.github.io/leo-editor/";
    description = "A powerful folding editor";
    description = "Powerful folding editor";
    longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers.";
    license = licenses.mit;
    maintainers = with maintainers; [
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
  '';

  meta = {
    description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture";
    description = "Small and simple terminal editor core that is meant to be extended through a powerful plugin architecture";
    homepage = "https://your-editor.org/";
    changelog = "https://github.com/your-editor/yed/blob/${version}/CHANGELOG.md";
    license = with lib.licenses; [ mit ];
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ in
      # darwin has slightly different build steps
      broken = stdenv.hostPlatform.isDarwin;
      changelog = "https://github.com/Inochi2D/inochi-creator/releases/tag/${src.rev}";
      description = "An open source editor for the Inochi2D puppet format";
      description = "Open source editor for the Inochi2D puppet format";
    };
  };

@@ -80,7 +80,7 @@ in
      # darwin has slightly different build steps
      broken = stdenv.hostPlatform.isDarwin;
      changelog = "https://github.com/Inochi2D/inochi-session/releases/tag/${src.rev}";
      description = "An application that allows streaming with Inochi2D puppets";
      description = "Application that allows streaming with Inochi2D puppets";
    };
  };
}
Loading