From f014563521e8b33a5a765262034511bafb945be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Tue, 31 Dec 2024 10:09:38 +0100 Subject: [PATCH] changed namespace --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index e6a35c2..ec4371b 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 Jonas Möller +Copyright © 2024 Jonas Möller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -21,7 +21,7 @@ THE SOFTWARE. */ package main -import "github.com/aledjones/spotigram/cmd" +import "git.jonasmoeller.de/aledjones/spotigram/cmd" func main() { cmd.Execute()