libvmi: Take maintainership from lschuermann
This patch changes maintainership for this package from lschuermann to matthiasbeyer. Leon has informed me in a private conversation that he has too little time to take care of the packages, so I will (maybe only temporarly, maybe not) take maintainership for it. Suggested-by: Leon Schuermann <leon@is.currently.online> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
d05139b362
commit
965168db4e
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = with licenses; [ gpl3 lgpl3 ];
|
license = with licenses; [ gpl3 lgpl3 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ lschuermann ];
|
maintainers = with maintainers; [ matthiasbeyer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user