tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
dbus-glib: update license
Jan Tojnar
4 years ago
ac55fe71
23d9ef39
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
dbus-glib
default.nix
+1
-1
pkgs/development/libraries/dbus-glib/default.nix
reviewed
···
29
29
30
30
meta = {
31
31
homepage = "https://dbus.freedesktop.org";
32
32
-
license = with lib.licenses; [ afl21 gpl2 ];
32
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;