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 | aef8733583b5d9e6bed312f03ff9923a00d5da25 (patch) | |
tree | 4c74fef38a218221050bdca9d2be3d46e107dc05 /www/git.causal.agency/Makefile | |
parent | Use owner-filter for repo page headers (diff) | |
download | src-aef8733583b5d9e6bed312f03ff9923a00d5da25.tar.gz src-aef8733583b5d9e6bed312f03ff9923a00d5da25.zip |
Use owner-filter to add Liberapay donation buttons
Diffstat (limited to 'www/git.causal.agency/Makefile')
-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} |