lol

dbus-glib: update license

+1 -1
+1 -1
pkgs/development/libraries/dbus-glib/default.nix
··· 29 29 30 30 meta = { 31 31 homepage = "https://dbus.freedesktop.org"; 32 - license = with lib.licenses; [ afl21 gpl2 ]; 32 + license = with lib.licenses; [ afl21 gpl2Plus ]; 33 33 description = "Obsolete glib bindings for D-Bus lightweight IPC mechanism"; 34 34 maintainers = [ ]; 35 35 platforms = lib.platforms.unix;