wpsoffice: add myself as a maintainer

This commit is contained in:
Thomas Marchand 2020-06-21 23:56:49 +02:00
parent 44d75efd7f
commit 0b58e1dcd0

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
hydraPlatforms = []; hydraPlatforms = [];
license = stdenv.lib.licenses.unfreeRedistributable; license = stdenv.lib.licenses.unfreeRedistributable;
maintainers = [ stdenv.lib.maintainers.mlatus ]; maintainers = with stdenv.lib.maintainers; [ mlatus th0rgal ];
}; };
buildInputs = with xorg; [ buildInputs = with xorg; [