Skip to content

Commit ef6cbcb

Browse files
Lowercase repo name for consistency. Refs #251.
The repo name is sometimes refered as Copilot and other times as copilot (in lowercase). Using different cases for the same resource or element makes it harder to find expressions in the repo using standard tools. This commit simply updates the repo URL in the main cabal file and in the README to consistently use lowercase for the repo name. [ci skip]
1 parent 714e2a1 commit ef6cbcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

copilot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ have trouble building/installing.
7676
## Example
7777
Here follows a simple example of a heating system. Other examples can be found
7878
in the [examples
79-
directory](https://github.com/Copilot-Language/Copilot/tree/master/examples)
79+
directory](https://github.com/Copilot-Language/copilot/tree/master/examples)
8080
of the main repository.
8181

8282
```haskell

copilot/copilot.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extra-source-files:
3030

3131
source-repository head
3232
type: git
33-
location: https://github.com/Copilot-Language/Copilot.git
33+
location: https://github.com/Copilot-Language/copilot.git
3434

3535
flag examples
3636
description: Enable examples

0 commit comments

Comments
 (0)