libguestfs: update maintainership

This commit is contained in:
lukts30 2024-10-11 17:44:30 +02:00 committed by Bjørn Forsman
parent fb822885cb
commit 3b7a91a990
2 changed files with 5 additions and 1 deletions

View File

@ -29,6 +29,7 @@ stdenvNoCC.mkDerivation rec {
gpl2Plus
lgpl2Plus
];
maintainers = with maintainers; [ lukts30 ];
platforms = [
"i686-linux"
"x86_64-linux"

View File

@ -183,7 +183,10 @@ stdenv.mkDerivation rec {
lgpl21Plus
];
homepage = "https://libguestfs.org/";
maintainers = with maintainers; [ offline ];
maintainers = with maintainers; [
offline
lukts30
];
platforms = platforms.linux;
# this is to avoid "output size exceeded"
hydraPlatforms = if appliance != null then appliance.meta.hydraPlatforms else platforms.linux;