From a87f7f9c88ce605f6995dea92cd7931d0921d38a Mon Sep 17 00:00:00 2001 From: Sven Meyer Date: Mon, 16 Sep 2024 12:50:51 +0200 Subject: [PATCH] Fix URL --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 33d1bc1..0f50287 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ Tarjan's Path Expression Implementation for Java Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph - https://github.com/johspaeth/PathExpression + https://github.com/secure-software-engineering/PathExpression