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
+1 -1
View File
@@ -149,7 +149,7 @@ in stdenv.mkDerivation rec {
description = "Yet Another VST bridge, run Windows VST2 plugins under Linux";
homepage = "https://github.com/robbert-vdh/yabridge";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark ];
maintainers = with maintainers; [ kira-bruneau ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
View File
@@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
description = "A small, optional utility to help set up and update yabridge for several directories at once";
homepage = "https://github.com/robbert-vdh/yabridge/tree/master/tools/yabridgectl";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark ];
maintainers = with maintainers; [ kira-bruneau ];
};
}