maintainers: rename metadark -> kira-bruneau (#124035)

This commit is contained in:
Kira Bruneau
2021-05-22 16:47:40 +02:00
committed by GitHub
parent dcd5d9a8e5
commit cd4780fab4
23 changed files with 24 additions and 24 deletions
@@ -50,7 +50,7 @@ buildPythonApplication rec {
description = "A simple wrapper for running Winetricks commands for Proton-enabled games";
homepage = "https://github.com/Matoking/protontricks";
license = licenses.gpl3Only;
maintainers = with maintainers; [ metadark ];
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux;
};
}