mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
libvirt: Assume maintainership
This commit is contained in:
parent
3078cf3e75
commit
a541350cb3
|
@ -57,6 +57,7 @@ stdenv.mkDerivation rec {
|
||||||
versions of Linux (and other OSes)
|
versions of Linux (and other OSes)
|
||||||
'';
|
'';
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
|
maintainers = with maintainers; [ wizeman ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue