Skip to content

Commit 844d246

Browse files
committed
Unbreak channel (fix license attribute in python-packages.nix)
1 parent 3339f1e commit 844d246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/top-level/python-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8628,7 +8628,7 @@ rec {
86288628
meta = {
86298629
homepage = http://www.libvirt.org/;
86308630
description = "libvirt Python bindings";
8631-
license = pkgs.lib.license.lgpl2;
8631+
license = pkgs.lib.licenses.lgpl2;
86328632
};
86338633
};
86348634

0 commit comments

Comments
 (0)