Merge pull request #91257 from Th0rgal/master
wpsoffice: add myself as a maintainer
This commit is contained in:
commit
ab38702594
@ -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