3
0
Fork 0
forked from mirrors/nixpkgs

portfolio-filemanager: add chuangzhu as a maintainer

This commit is contained in:
Chuang Zhu 2023-03-24 01:21:28 +08:00
parent e32fabacb7
commit e0bbf6beb2

View file

@ -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 ];
};
}