about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoradmins <admins@tilde.institute>2022-07-12 20:13:53 -0400
committeradmins <admins@tilde.institute>2022-07-12 20:13:53 -0400
commitf5e12d67fec71d0a54c141cd16c004a0f557c3b3 (patch)
tree7deeab36bc803401746d5dcd3ffe989974f58d97
parent7d39c4e29b95f44a890d6aa63d76036f6b7a7e43 (diff)
downloadadmin-f5e12d67fec71d0a54c141cd16c004a0f557c3b3.tar.gz
toot.py attribution was missing
-rwxr-xr-xbin/toot.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/toot.py b/bin/toot.py
index c13eaf6..f8512e3 100755
--- a/bin/toot.py
+++ b/bin/toot.py
@@ -1,5 +1,7 @@
 #!/usr/local/bin/python3
 
+# this was modified from an older version of https://tildegit.org/ben/toot
+
 import json
 import os
 import sys