diff options
author | pux <pux@raumdock.pux.dom> | 2023-01-07 19:10:59 +0100 |
---|---|---|
committer | pux <pux@raumdock.pux.dom> | 2023-01-07 19:10:59 +0100 |
commit | 71f54dbeaaf829b29202433559478ed8a8e99abe (patch) | |
tree | db6a509e3cc02b0bbe20a8fa25ef934371d12a48 | |
parent | 6a0dd29d364844b24f1b6dc4beb2e20b5a634ac2 (diff) | |
download | muckedout-71f54dbeaaf829b29202433559478ed8a8e99abe.tar.gz muckedout-71f54dbeaaf829b29202433559478ed8a8e99abe.tar.bz2 muckedout-71f54dbeaaf829b29202433559478ed8a8e99abe.zip |
muckedout name
-rwxr-xr-x | data/update.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/update.sh b/data/update.sh index e7cb139..a3bf2a6 100755 --- a/data/update.sh +++ b/data/update.sh @@ -1,9 +1,9 @@ #!/bin/bash # RSS -RSS_TITLE='omeckman.net pub-docs' -RSS_TITLE_LINK='https://omeckman.net/pub-docs/' -RSS_TITLE_DESC='omeckman.net public documents / $blog' +RSS_TITLE='muckedout.com' +RSS_TITLE_LINK='https://muckedout.com/docs/' +RSS_TITLE_DESC='mucked out database' RSS_MY_URL=${RSS_TITLE_LINK} cp INDEX_template.md INDEX.md |