diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 22:48:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 22:48:47 -0400 |
commit | 10a2deb26a7551a1145f8042cdf6fce8e2a137a2 (patch) | |
tree | 4d4b78a48862d4e6c898220f779b19e6c6274b08 /aprio | |
parent | 1082b614a2c97b6db123ee5c2d709afe8fc7f5d4 (diff) | |
download | cbc-recipes-10a2deb26a7551a1145f8042cdf6fce8e2a137a2.tar.gz |
Fix non-interpolated url
Diffstat (limited to 'aprio')
-rw-r--r-- | aprio/aprio.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aprio/aprio.ini b/aprio/aprio.ini index 89c313a..7b27c86 100644 --- a/aprio/aprio.ini +++ b/aprio/aprio.ini @@ -9,7 +9,7 @@ summary: ${package:name} is an automatic renice daemon. readme: README.md [source] -git_url: https://bitbucket.org/jhunkeler/aprio.git +git_url: https://bitbucket.org/jhunkeler/${package:name}.git [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} |