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
commit 85a903e9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}