chore: Replace remaining mentions of ##tvl[-dev] with #tvl
... and fix the capitalisation of hackint Change-Id: I800aef75152d2dc77a33876888e36530143e9d3e Reviewed-on: https://cl.tvl.fyi/c/depot/+/3148 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
9bb8736a45
commit
224c9ca0bb
5 changed files with 10 additions and 9 deletions
|
@ -513,7 +513,7 @@ given subject an body (in a thread, to avoid blocking)"
|
|||
(irc:noping (cn *user*))
|
||||
(id issue))
|
||||
:channel (or (uiop:getenvp "ISSUECHANNEL")
|
||||
"##tvl-dev"))
|
||||
"#tvl"))
|
||||
(hunchentoot:redirect "/"))))
|
||||
|
||||
(defroute show-issue
|
||||
|
@ -590,7 +590,7 @@ given subject an body (in a thread, to avoid blocking)"
|
|||
(irc:noping (cn *user*))
|
||||
(link-to-issue id))
|
||||
:channel (or (uiop:getenvp "ISSUECHANNEL")
|
||||
"##tvl-dev"))
|
||||
"#tvl"))
|
||||
(send-email-for-issue
|
||||
id
|
||||
:subject (format nil "b/~A: \"~A\" closed by ~A"
|
||||
|
@ -614,7 +614,7 @@ given subject an body (in a thread, to avoid blocking)"
|
|||
(irc:noping (cn *user*))
|
||||
(link-to-issue id))
|
||||
:channel (or (uiop:getenvp "ISSUECHANNEL")
|
||||
"##tvl-dev"))
|
||||
"#tvl"))
|
||||
(send-email-for-issue
|
||||
id
|
||||
:subject (format nil "b/~A: \"~A\" reopened by ~A"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue