Commit e0bbf6be authored by Chuang Zhu's avatar Chuang Zhu
Browse files

portfolio-filemanager: add chuangzhu as a maintainer

parent e32fabac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,6 +78,6 @@ python3.pkgs.buildPythonApplication rec {
    changelog = "https://github.com/tchx84/Portfolio/blob/v${version}/CHANGELOG.md";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = with maintainers; [ dotlambda ];
    maintainers = with maintainers; [ dotlambda chuangzhu ];
  };
}