Merge pull request #244509 from kjeremy/patch-1

open-vm-tools: Add myself as a maintainer
This commit is contained in:
ajs124
2023-08-14 16:12:41 +02:00
committed by GitHub
@@ -145,6 +145,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
maintainers = with maintainers; [ joamaki ];
maintainers = with maintainers; [ joamaki kjeremy ];
};
}