Skip to content

Commit 3a76879

Browse files
committed
fix example cbuild formatting
1 parent b05073c commit 3a76879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pkgdesc = "Simple package"
7373
maintainer = "q66 <[email protected]>"
7474
license = "BSD-3-Clause"
7575
url = "https://foo.software"
76-
source = f"https://foo.software/foo-{pkgver}.tar.gz"
76+
source = f"{url}/foo-{pkgver}.tar.gz"
7777
sha256 = "ad031c86b23ed776697f77f1a3348cd7129835965d4ee9966bc50e65c97703e8"
7878
```
7979

0 commit comments

Comments
 (0)