about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--ops/sync-gcsr/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8d75e6d618..7a42289f48 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/ops/sync-gcsr/main.go b/ops/sync-gcsr/main.go
index 7c60df9178..62c24a92ce 100644
--- a/ops/sync-gcsr/main.go
+++ b/ops/sync-gcsr/main.go
@@ -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",
 		},
 	}