tuxedo-rs: remove mrcjkb from maintainers
This commit is contained in:
@@ -49,5 +49,7 @@ in
|
||||
]
|
||||
);
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ mrcjkb ];
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
xaverdh
|
||||
];
|
||||
}
|
||||
|
||||
@@ -66,7 +66,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/AaronErhardt/tuxedo-rs";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
mrcjkb
|
||||
xaverdh
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -43,7 +43,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/AaronErhardt/tuxedo-rs";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
mrcjkb
|
||||
xaverdh
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user