Skip to content

Commit

Permalink
refactor: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 17, 2024
1 parent bcc9e3b commit 35214ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test anoma-app-patterns
name: Test anoma-app-lib

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription.V2 open;

package : Package :=
defaultPackage@{
name := "anoma-app-patterns";
name := "anoma-app-lib";
version := mkVersion 0 5 0;
dependencies :=
[ github "anoma" "juvix-stdlib" "v0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Anoma App Patterns
# Anoma App Library

A library for intent-centric application development.

0 comments on commit 35214ca

Please sign in to comment.