portfolio: add kilianar as maintainer

This commit is contained in:
kilianar
2023-12-21 09:43:08 +01:00
committed by Robert Helgesson
parent 7424210c59
commit 7ba3f23cf5
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.portfolio-performance.info/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.epl10;
maintainers = with maintainers; [ elohmeier oyren shawn8901 ];
maintainers = with maintainers; [ elohmeier kilianar oyren shawn8901 ];
mainProgram = "portfolio";
platforms = [ "x86_64-linux" ];
};