Add psydvl to maintainers list

Add psydvl to bottles package maintainers
This commit is contained in:
Dmitriy 2022-01-15 19:51:14 +03:00
parent eb1ed6553a
commit 8d2fa50ec9
2 changed files with 7 additions and 1 deletions

View File

@ -9863,6 +9863,12 @@
githubId = 20524473;
name = "Psyanticy";
};
psydvl = {
email = "psydvl@fea.st";
github = "psydvl";
githubId = 43755002;
name = "Dmitriy P";
};
ptival = {
email = "valentin.robert.42@gmail.com";
github = "Ptival";

View File

@ -100,7 +100,7 @@ python3Packages.buildPythonApplication rec {
description = "An easy-to-use wineprefix manager";
homepage = "https://usebottles.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ bloomvdomino shamilton ];
maintainers = with maintainers; [ bloomvdomino psydvl shamilton ];
platforms = platforms.linux;
};
}