We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82288 commit 3b7a91aCopy full SHA for 3b7a91a
pkgs/by-name/li/libguestfs-appliance/package.nix
@@ -29,6 +29,7 @@ stdenvNoCC.mkDerivation rec {
29
gpl2Plus
30
lgpl2Plus
31
];
32
+ maintainers = with maintainers; [ lukts30 ];
33
platforms = [
34
"i686-linux"
35
"x86_64-linux"
pkgs/by-name/li/libguestfs/package.nix
@@ -183,7 +183,10 @@ stdenv.mkDerivation rec {
183
lgpl21Plus
184
185
homepage = "https://libguestfs.org/";
186
- maintainers = with maintainers; [ offline ];
+ maintainers = with maintainers; [
187
+ offline
188
+ lukts30
189
+ ];
190
platforms = platforms.linux;
191
# this is to avoid "output size exceeded"
192
hydraPlatforms = if appliance != null then appliance.meta.hydraPlatforms else platforms.linux;
0 commit comments