Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
radicle-httpd: accept README.org as repository readme as well
Merged levitte opened 1 year ago
1 file changed +1 -0 eb767f5e 02057b5b
modified radicle-httpd/src/api/v1/projects.rs
@@ -587,6 +587,7 @@ async fn readme_handler(
        "README.markdown",
        "README.txt",
        "README.rst",
+
        "README.org",
        "Readme.md",
    ];