Skip to content

Commit

Permalink
fix github link
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkesy committed Mar 4, 2024
1 parent f5f5634 commit 0da523c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: peter
version: 0.1.0.0
github: "antonkesy/peter"
github: "antonkesy/peter-lang"
license: Apache-2.0
author: "Anton Kesy"
maintainer: "antonkesy@gmail.com"
Expand All @@ -14,7 +14,7 @@ extra-source-files:
# synopsis: Short description of your package
# category: Web

description: Please see the README on GitHub at <https://github.com/antonkesy/peter#readme>
description: Please see the README on GitHub at <https://github.com/antonkesy/peter-lang#readme>

dependencies:
- base >= 4.7 && < 5
Expand Down
8 changes: 4 additions & 4 deletions peter.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cabal-version: 1.12

name: peter
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/antonkesy/peter#readme>
homepage: https://github.com/antonkesy/peter#readme
bug-reports: https://github.com/antonkesy/peter/issues
description: Please see the README on GitHub at <https://github.com/antonkesy/peter-lang#readme>
homepage: https://github.com/antonkesy/peter-lang#readme
bug-reports: https://github.com/antonkesy/peter-lang/issues
author: Anton Kesy
maintainer: antonkesy@gmail.com
copyright: 2024 Anton Kesy
Expand All @@ -21,7 +21,7 @@ extra-source-files:

source-repository head
type: git
location: https://github.com/antonkesy/peter
location: https://github.com/antonkesy/peter-lang

library
exposed-modules:
Expand Down

0 comments on commit 0da523c

Please sign in to comment.