persepolis: fix incorrect meta fields

This commit is contained in:
Felix Uhl
2024-04-08 14:54:32 +02:00
parent 5047bcf30a
commit b502a1d4d5
+2 -2
View File
@@ -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 ];
};
}