summaryrefslogtreecommitdiff
path: root/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl')
-rw-r--r--gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl
index 31f33135..adc5a6ee 100644
--- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl
+++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl
@@ -16,7 +16,7 @@ I've always been a fan of Ruby's metaprogramming features, and this project let
Because of that metaprogramming support, Ruby is a great fit for DSLs. You can get very close to natural language without inventing a brand-new syntax. RCM leans into that: the goal is to read a configuration and understand what happens without jumping between multiple files or templating languages.
-=> https://codeberg.org/snonux/rcm RCM repo on Codeberg
+=> https://github.com/snonux/rcm RCM repo on Codeberg
## How the DSL feels