dbus-broker: use the proper license

This commit is contained in:
Peter Hoeg 2017-08-23 23:51:00 +08:00
parent f15d7388d8
commit 2724f65392

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Linux D-Bus Message Broker";
homepage = https://github.com/bus1/dbus-broker/wiki;
license = licenses.apache2;
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ peterhoeg ];
};