open-vm-tools: Add myself as a maintainer

This commit is contained in:
Jeremy Kolb 2023-07-20 11:18:16 -04:00 committed by GitHub
parent 081d7a5712
commit 0767e0b6bd
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 ];
};
}