portfolio: adds shawn8901 as maintainer

This commit is contained in:
Shawn8901 2022-04-13 17:06:27 +02:00
parent 8b5c9741f9
commit 2bc6afceaf

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
description = "A simple tool to calculate the overall performance of an investment portfolio";
homepage = "https://www.portfolio-performance.info/";
license = licenses.epl10;
maintainers = with maintainers; [ elohmeier oyren ];
maintainers = with maintainers; [ elohmeier oyren shawn8901 ];
platforms = [ "x86_64-linux" ];
};
}