diff options
author | June McEnroe <june@causal.agency> | 2021-02-04 22:33:50 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-04 22:33:50 +0000 |
commit | a989bfeff3e00a713b3e52ac0d548594fc74d3f8 (patch) | |
tree | 0e617d2ddd8c89c0be948285e92a54f0e91ee099 /www/git.causal.agency/Makefile | |
parent | Use owner-filter for repo page headers (diff) | |
download | src-a989bfeff3e00a713b3e52ac0d548594fc74d3f8.tar.gz src-a989bfeff3e00a713b3e52ac0d548594fc74d3f8.zip |
Use owner-filter to add Liberapay donation buttons
Diffstat (limited to '')
-rw-r--r-- | www/git.causal.agency/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile index 6bf52f5a..638c21e7 100644 --- a/www/git.causal.agency/Makefile +++ b/www/git.causal.agency/Makefile @@ -3,7 +3,7 @@ WWW = /usr/local/www/cgit LIBEXEC = /usr/local/libexec BIN = ../../bin -BINS = about-filter source-filter hilex htagml mtags +BINS = about-filter source-filter owner-filter hilex htagml mtags all: ${BINS} |