wpsoffice: add myself as a maintainer
This commit is contained in:
parent
44d75efd7f
commit
0b58e1dcd0
@ -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; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user