We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e9022 commit 2f4c142Copy full SHA for 2f4c142
ECOSYSTEM.scm
@@ -0,0 +1,20 @@
1
+;; SPDX-License-Identifier: AGPL-3.0-or-later
2
+;; SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
3
+;; ECOSYSTEM.scm — conative-gating
4
+
5
+(ecosystem
6
+ (version "1.0.0")
7
+ (name "conative-gating")
8
+ (type "project")
9
+ (purpose "Jonathan D.A. Jewell <[email protected]>")
10
11
+ (position-in-ecosystem
12
+ "Part of hyperpolymath ecosystem. Follows RSR guidelines.")
13
14
+ (related-projects
15
+ (project (name "rhodium-standard-repositories")
16
+ (url "https://github.com/hyperpolymath/rhodium-standard-repositories")
17
+ (relationship "standard")))
18
19
+ (what-this-is "Jonathan D.A. Jewell <[email protected]>")
20
+ (what-this-is-not "- NOT exempt from RSR compliance"))
0 commit comments