dbus-glib: update license

This commit is contained in:
Jan Tojnar
2021-05-18 20:07:34 +02:00
parent 23d9ef391a
commit ac55fe7119
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://dbus.freedesktop.org";
license = with lib.licenses; [ afl21 gpl2 ];
license = with lib.licenses; [ afl21 gpl2Plus ];
description = "Obsolete glib bindings for D-Bus lightweight IPC mechanism";
maintainers = [ ];
platforms = lib.platforms.unix;