aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2024-08-13 08:41:21 +0200
committerAdam Stück <adam@adast.dk>2024-08-13 08:41:21 +0200
commit0c0545a2cf1594d9d571a29d1d2c9f0a58106049 (patch)
tree45a4e941a39d76b368d8146e0dc804cb13b1cd38
parent915413b54a12f13f099422b06d30aed78b089d98 (diff)
barf: update rss feed description
-rwxr-xr-xbarf2
1 files changed, 1 insertions, 1 deletions
diff --git a/barf b/barf
index 49d3f38..0213a3e 100755
--- a/barf
+++ b/barf
@@ -98,7 +98,7 @@ rss_xml() {
<channel>
<title>$(sed -n '/^# /{s/# //p; q}' index.md)</title>
<link>$domain/rss.xml</link>
- <description>Adam Stück's blog</description>
+ <description>Updates for Project Arena</description>
<lastBuildDate>$(date -u +"%a, %d %b %Y %H:%M:%S %z")</lastBuildDate>
<pubDate>$(date -u +"%a, %d %b %Y %H:%M:%S %z")</pubDate>
<generator>Custom RSS Generator</generator>