Moved to my Gitea and made it buildable.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// URTrator - Urban Terror server browser and game launcher, written in
|
||||
// Go.
|
||||
//
|
||||
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// URTrator contributors.
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -27,7 +27,7 @@ package cachemodels
|
||||
|
||||
import (
|
||||
// local
|
||||
"gitlab.com/pztrn/urtrator/datamodels"
|
||||
"go.dev.pztrn.name/urtrator/datamodels"
|
||||
)
|
||||
|
||||
type Profile struct {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// URTrator - Urban Terror server browser and game launcher, written in
|
||||
// Go.
|
||||
//
|
||||
// Copyright (c) 2016-2018, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// Copyright (c) 2016-2020, Stanslav N. a.k.a pztrn (or p0z1tr0n) and
|
||||
// URTrator contributors.
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -27,7 +27,7 @@ package cachemodels
|
||||
|
||||
import (
|
||||
// local
|
||||
"gitlab.com/pztrn/urtrator/datamodels"
|
||||
"go.dev.pztrn.name/urtrator/datamodels"
|
||||
|
||||
// Other
|
||||
"github.com/mattn/go-gtk/gtk"
|
||||
|
Reference in New Issue
Block a user