Merge pull request #282885 from alyssais/maintainership

Remove myself as maintainer of a couple of packages
This commit is contained in:
Robin Gloster 2024-01-23 10:08:11 +01:00 committed by GitHub
commit 87572b3c5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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 ];
};
}

View File

@ -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";