polkit: add worldofpeace to maintainers

This commit is contained in:
worldofpeace 2019-10-28 20:40:34 -04:00
parent 3410525d32
commit 81220cff1e
1 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ ];
maintainers = with maintainers; [ worldofpeace ];
};
}