Commit b502a1d4 authored by Felix Uhl's avatar Felix Uhl
Browse files

persepolis: fix incorrect meta fields

parent 5047bcf3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,10 +86,10 @@ buildPythonApplication rec {
  ];

  meta = with lib; {
    description = "Persepolis Download Manager is a GUI for aria2";
    description = "A GUI for aria2";
    mainProgram = "persepolis";
    homepage = "https://persepolisdm.github.io/";
    license = licenses.gpl3;
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ iFreilicht ];
  };
}