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
@@ -111,7 +111,7 @@ in stdenv.mkDerivation rec {
else "https://zynaddsubfx.sourceforge.io";
license = licenses.gpl2;
maintainers = with maintainers; [ goibhniu metadark ];
maintainers = with maintainers; [ goibhniu kira-bruneau ];
platforms = platforms.linux;
};
}
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
description = "The Zest Framework used in ZynAddSubFX's UI";
homepage = "https://github.com/mruby-zest";
license = licenses.lgpl21;
maintainers = with maintainers; [ metadark ];
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.all;
};
}