diff --git a/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb b/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb
index 260e6502a3f828e76f56abbc5a9cae8fbf8f1fff..1c17deded96603093ab081110bd6a08f1bfe4158 100644
--- a/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb
+++ b/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb
@@ -5,7 +5,14 @@ name = 'Dimemas'
 version = '5.2.12-musa'
 
 homepage = 'https://tools.bsc.es/dimemas'
-description = "Dimemas is a performance analysis tool for message-passing programs. It enables the user to develop and tune parallel applications on a workstation, while providing an accurate prediction of their performance on the parallel target machine. The Dimemas simulator reconstructs the time behavior of a parallel application on a machine modeled by a set of performance parameters. Thus, performance experiments can be done easily. The supported target architecture classes include networks of workstations, single and clustered SMPs, distributed memory parallel computers, and even heterogeneous systems."
+
+description = """Dimemas is a performance analysis tool for message-passing programs. It enables the 
+user to develop and tune parallel applications on a workstation, while providing an accurate 
+prediction of their performance on the parallel target machine. The Dimemas simulator reconstructs 
+the time behavior of a parallel application on a machine modeled by a set of performance parameters. 
+Thus, performance experiments can be done easily. The supported target architecture classes include 
+networks of workstations, single and clustered SMPs, distributed memory parallel computers, and even 
+heterogeneous systems."""
 
 source_urls = ['https://github.com/dchasap/MUSA/releases/download/deepsea']
 sources = ['dimemas-5.2.12_musa.tar.gz']
@@ -25,12 +32,11 @@ dependencies = [
 preconfigopts = 'autoreconf -fiv && '
 
 sanity_check_paths = {
-	'files': [],
-	'dirs': ['bin'],
+    'files': [],
+    'dirs': ['bin'],
 }
 
 
 modextravars = {'DIMEMAS_HOME': '%(installdir)s'}
 
 moduleclass = 'tools'
-