persepolis: add iFreilicht as a maintainer

This commit is contained in:
Felix Uhl
2023-11-10 21:53:11 +01:00
committed by Weijia Wang
parent 91edcad547
commit 10438abd0b
+1 -1
View File
@@ -76,6 +76,6 @@ buildPythonApplication rec {
description = "Persepolis Download Manager is a GUI for aria2";
homepage = "https://persepolisdm.github.io/";
license = licenses.gpl3;
maintainers = [ ];
maintainers = with maintainers; [ iFreilicht ];
};
}