Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc cleanups and improvements #32

Merged
merged 13 commits into from
Apr 22, 2024
Prev Previous commit
Next Next commit
nix: Fix the description of the Nix package
  • Loading branch information
ibbem committed Apr 17, 2024
commit 8fa5f9f3c1bb787464cacdc0c766e1b2cb5c15cf
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ pkgs.agdaPackages.mkDerivation {
install -D src/Main "$out/bin/$pname"
'';

meta = {description = "On the Expressive Power of Programming Languages";};
meta = {description = "On the Expressive Power of Languages for Static Variability";};
}