summaryrefslogtreecommitdiff
path: root/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi')
-rw-r--r--gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi
index 5ab0a58e..7bc0bebd 100644
--- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi
+++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi
@@ -40,7 +40,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