vscode: drop self from maintainers

This commit is contained in:
Maxine Aubrey 2024-02-11 12:00:03 +01:00
parent 97195c0c66
commit e38d3d6c37
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -97,7 +97,7 @@ in
homepage = "https://code.visualstudio.com/";
downloadPage = "https://code.visualstudio.com/Updates";
license = licenses.unfree;
maintainers = with maintainers; [ eadwu synthetica amaxine bobby285271 Enzime ];
maintainers = with maintainers; [ eadwu synthetica bobby285271 Enzime ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
};
}