dbus: add worldofpeace to maintainers

This commit is contained in:
worldofpeace 2019-10-28 20:39:51 -04:00
parent 064ccfd19b
commit 5cfc0aa7f4

View File

@ -105,6 +105,7 @@ stdenv.mkDerivation rec {
description = "Simple interprocess messaging system";
homepage = http://www.freedesktop.org/wiki/Software/dbus/;
license = licenses.gpl2Plus; # most is also under AFL-2.1
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.unix;
};
}