about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-04-28 08:43:37 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-05-18 20:07:34 +0200
commitac55fe71192c8fafee9ec168cc95a5896d33ac34 (patch)
tree0fc54c0cdc93a96df2d0255147b7bef06ad405fd
parent23d9ef391a661cb6ab20bb89bdb8a91da76af6a6 (diff)
dbus-glib: update license
-rw-r--r--pkgs/development/libraries/dbus-glib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/dbus-glib/default.nix b/pkgs/development/libraries/dbus-glib/default.nix
index 4f22e178cf05d..0bab4eb1949ee 100644
--- a/pkgs/development/libraries/dbus-glib/default.nix
+++ b/pkgs/development/libraries/dbus-glib/default.nix
@@ -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;