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" ];
|
||||
hydraPlatforms = [];
|
||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||
maintainers = [ stdenv.lib.maintainers.mlatus ];
|
||||
maintainers = with stdenv.lib.maintainers; [ mlatus th0rgal ];
|
||||
};
|
||||
|
||||
buildInputs = with xorg; [
|
||||
|
Loading…
Reference in New Issue
Block a user