Skip to content

Commit 3b7a91a

Browse files
lukts30bjornfor
authored andcommitted
libguestfs: update maintainership
1 parent fb82288 commit 3b7a91a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkgs/by-name/li/libguestfs-appliance/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ stdenvNoCC.mkDerivation rec {
2929
gpl2Plus
3030
lgpl2Plus
3131
];
32+
maintainers = with maintainers; [ lukts30 ];
3233
platforms = [
3334
"i686-linux"
3435
"x86_64-linux"

pkgs/by-name/li/libguestfs/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@ stdenv.mkDerivation rec {
183183
lgpl21Plus
184184
];
185185
homepage = "https://libguestfs.org/";
186-
maintainers = with maintainers; [ offline ];
186+
maintainers = with maintainers; [
187+
offline
188+
lukts30
189+
];
187190
platforms = platforms.linux;
188191
# this is to avoid "output size exceeded"
189192
hydraPlatforms = if appliance != null then appliance.meta.hydraPlatforms else platforms.linux;

0 commit comments

Comments
 (0)