runme: adopted by 7karni

This commit is contained in:
7karni
2025-11-21 09:33:47 +05:30
parent 444d4c29d5
commit 638eaa085a
+1 -1
View File
@@ -76,6 +76,6 @@ buildGoModule rec {
homepage = "https://runme.dev";
changelog = "https://github.com/runmedev/runme/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ _7karni ];
};
}