remove dead email links

This commit is contained in:
Rahul Bhagwat
2026-07-19 00:35:57 +05:30
parent c4e94f25d3
commit 4c93ec5608
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ def print_banner():
debug.print_raw("|=========" + " ".center(60) + "=========|")
user_info = "Usage help: [email protected]"
debug.print_raw("|=========" + user_info.center(60) + "=========|")
dev_info = "Development help: [email protected]"
dev_info = "Development help: https://github.com/VLSIDA/OpenRAM/issues"
debug.print_raw("|=========" + dev_info.center(60) + "=========|")
debug.print_raw("|=========" + "See LICENSE for license info".center(60) + "=========|")
debug.print_raw("|==============================================================================|")