🚚 Update package name to something that works

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-04 21:14:35 +01:00
parent 3b7d4729a3
commit 5483502480
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package markl4yg.home_cert_assistant; package de.mlessmann.certassist;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;

View file

@ -1,4 +1,4 @@
package markl4yg.home_cert_assistant; package de.mlessmann.certassist;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest;