Skip to content

Commit 46e0cb4

Browse files
Update pom.xml
1 parent 5807a07 commit 46e0cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<packaging>pom</packaging>
1010
<version>1.0</version>
1111
<name>Compiler Craft</name>
12-
<description>Project to experiment with compiler techniques</description>
13-
<url>https://github.com/CompilerProgramming/CompilerCraft.git</url>
12+
<description>EZ (EeeZee) language project for experimenting with compiler techniques</description>
13+
<url>https://github.com/CompilerProgramming/ez-lang.git</url>
1414
<licenses>
1515
<license>
1616
<name>Apache License Version 2.0</name>
@@ -19,7 +19,7 @@
1919
</licenses>
2020

2121
<modules>
22-
<module>common</module>
22+
<module>common</module>
2323
<module>antlr-parser</module>
2424
<module>lexer</module>
2525
<module>types</module>

0 commit comments

Comments
 (0)