summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-20 20:13:11 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-20 20:13:11 -0400
commitd1d6334b3f91accfac688795df009b416b5ba605 (patch)
tree0a3cf70457cf8a1af1bf97082137ae07d7f608b6
parentxpipe: add patch for makefile option BSDDIR (diff)
downloadstackrpms-d1d6334b3f91accfac688795df009b416b5ba605.tar.gz
stackrpms-d1d6334b3f91accfac688795df009b416b5ba605.tar.bz2
stackrpms-d1d6334b3f91accfac688795df009b416b5ba605.zip
xpipe obs service: use my cgit
-rw-r--r--xpipe/debian/_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpipe/debian/_service b/xpipe/debian/_service
index f2de0ac..4e4f774 100644
--- a/xpipe/debian/_service
+++ b/xpipe/debian/_service
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="scm">git</param>
- <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
+ <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param>
<param name="subdir">xpipe/debian</param>
<param name="filename">debian</param>
<param name="revision">master</param>
bgstack15