dbus-broker: use the proper license
This commit is contained in:
parent
f15d7388d8
commit
2724f65392
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Linux D-Bus Message Broker";
|
description = "Linux D-Bus Message Broker";
|
||||||
homepage = https://github.com/bus1/dbus-broker/wiki;
|
homepage = https://github.com/bus1/dbus-broker/wiki;
|
||||||
license = licenses.apache2;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user