mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
libguestfs: update maintainership
This commit is contained in:
parent
fb822885cb
commit
3b7a91a990
@ -29,6 +29,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
gpl2Plus
|
||||
lgpl2Plus
|
||||
];
|
||||
maintainers = with maintainers; [ lukts30 ];
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user