diff options
author | B. Stack <bgstack15@gmail.com> | 2024-03-20 20:13:11 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-03-20 20:13:11 -0400 |
commit | d1d6334b3f91accfac688795df009b416b5ba605 (patch) | |
tree | 0a3cf70457cf8a1af1bf97082137ae07d7f608b6 /xpipe | |
parent | xpipe: add patch for makefile option BSDDIR (diff) | |
download | stackrpms-d1d6334b3f91accfac688795df009b416b5ba605.tar.gz stackrpms-d1d6334b3f91accfac688795df009b416b5ba605.tar.bz2 stackrpms-d1d6334b3f91accfac688795df009b416b5ba605.zip |
xpipe obs service: use my cgit
Diffstat (limited to 'xpipe')
-rw-r--r-- | xpipe/debian/_service | 2 |
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> |