Add Clojure module #4

Merged
lxsameer merged 4 commits from pouya-abbassi/FG42:master into master 2024-05-03 15:57:02 +01:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 6f55228872 - Show all commits

View File

@ -25,4 +25,14 @@
fingerprint = "6F3F A93B 4BD9 C3CA EF38 77E6 384A 12C3 1023 3CC5";
}];
};
pouya = {
email = "me@pouyacode.net";
github = "pouya-abbassi";
git = "pouya-abbassi";
name = "Pouya Abbasi";
keys = [{
fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797";
}];
};
}

View File

@ -51,5 +51,9 @@ in
]);
fg42.requires = [ drv.pname ];
meta = {
maintainers = [ maintainers.pouya ];
doc = ./README.md;
};
};
}