shithub: shithub

Download patch

ref: 205aef972b9461f33fd72b692c4d19e59ebc6868
parent: fb491d7a747b26f17caf11aca82be4d9e611c56d
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Oct 24 10:42:21 EDT 2021

feed: fix wrong self reference

--- a/feed
+++ b/feed
@@ -51,7 +51,7 @@
 echo '<?xml version="1.0" encoding="utf-8" ?>
 	<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 	<channel>
-	<atom:link href="http://shithub.us/git/'$gituser/$repo/'HEAD/log.rss" rel="self" type="application/rss+xml" />
+	<atom:link href="http://shithub.us/'$gituser/$repo/'HEAD/feed.rss" rel="self" type="application/rss+xml" />
 	<title>'$gituser/$repo' git log</title>
 	<link>http://shithub.us/git/'$gituser/$repo/'HEAD/log.html</link>
 	<description>shithub git/log for repository '$gituser/$repo'</description>