Merge pull request #282885 from alyssais/maintainership
Remove myself as maintainer of a couple of packages
This commit is contained in:
commit
87572b3c5e
@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/rizsotto/Bear";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ babariviere qyliss ];
|
||||
maintainers = with maintainers; [ babariviere ];
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/alpinelinux/alpine-make-vm-image";
|
||||
description = "Make customized Alpine Linux disk image for virtual machines";
|
||||
maintainers = with maintainers; [ qyliss ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "alpine-make-vm-image";
|
||||
|
Loading…
Reference in New Issue
Block a user