Skip to content

Commit

Permalink
additional meta descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 3, 2024
1 parent 89e74b2 commit b0905f2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target
result

# Compiled files
a.out
Expand Down
22 changes: 22 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,26 @@ pkgs.rustPlatform.buildRustPackage rec {
];

NIX_LDFLAGS = "-L${libiconvPath} -L${./lib}";

meta = with lib; {
homepage = "https://osmon-lang.uz";
description = ''
Highly experimental programming language developed by @orzklv.";
'';
licencse = licenses.mit;
platforms = with platforms; linux ++ darwin;

maintainers = [
{
name = "Sokhibjon Orzikulov";
email = "[email protected]";
handle = "orzklv";
github = "orzklv";
githubId = 54666588;
keys = [{
fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8";
}];
}
];
};
}

0 comments on commit b0905f2

Please sign in to comment.