protonvpn-gui: add rapiteanu as maintainer

Added myself as a maintainer since I've been helping with this package
for some time now and I intend to continue to do so.
This commit is contained in:
Viorel-Cătălin Răpițeanu
2025-01-07 12:19:33 +02:00
parent f827337510
commit b343f1d928
@@ -80,6 +80,9 @@ buildPythonApplication rec {
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
mainProgram = "protonvpn-app";
maintainers = with lib.maintainers; [ sebtm ];
maintainers = with lib.maintainers; [
sebtm
rapiteanu
];
};
}