chore(build): Rename tazjins-depot -> depot
Sourcehut namespaces this under ~tazjin/ anyways.
This commit is contained in:
parent
028559610f
commit
d05489adaa
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
depot
|
||||
=====
|
||||
|
||||
[![builds.sr.ht status](https://builds.sr.ht/~tazjin/tazjins-depot/master.svg)](https://builds.sr.ht/~tazjin/tazjins-depot/master?)
|
||||
[![builds.sr.ht status](https://builds.sr.ht/~tazjin/depot/master.svg)](https://builds.sr.ht/~tazjin/depot/master?)
|
||||
|
||||
This repository is the [monorepo][] for my personal tools and infrastructure.
|
||||
Everything in here is built using [Nix][] with an automatic attribute-set layout
|
||||
|
|
|
@ -54,7 +54,7 @@ func triggerBuild(commit string) {
|
|||
Manifest: string(manifest),
|
||||
Note: fmt.Sprintf("Build of 'master' at '%s'", commit),
|
||||
Tags: []string{
|
||||
"tazjins-depot", "master",
|
||||
"depot", "master",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue