summarylogtreecommitdiffstats
path: root/hastebin
diff options
context:
space:
mode:
authorKevin Morris2017-07-26 04:08:54 -0700
committerKevin Morris2017-07-26 04:08:54 -0700
commitef0fd378bde96031146d1549157f16ff9b38fdb4 (patch)
tree644cec693ea2b4e098f19d2e6830124b976140d2 /hastebin
parentd576c121a5dc4ff57b0c3303aa3320cb7af343ef (diff)
downloadaur-ef0fd378bde96031146d1549157f16ff9b38fdb4.tar.gz
Update hastebin with upstream
Signed-off-by: Kevin Morris <kevin.morris@codestruct.net>
Diffstat (limited to 'hastebin')
-rwxr-xr-xhastebin6
1 files changed, 3 insertions, 3 deletions
diff --git a/hastebin b/hastebin
index 541fb1e0e7c4..af4343a0bb31 100755
--- a/hastebin
+++ b/hastebin
@@ -1,9 +1,9 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
# Project: hastebin
-# Author: kevr <kevr@nixcode.us>
-# Description: A tool which uploads data from stdin to hastebin.us
-# Copyright (C) 2014 Kevin Morris
+# Author: kevr <kevin.morris@codestruct.net>
+# Description: A tool which uploads data from stdin to hastebin.com
+# Copyright (C) 2017 Kevin Morris
import sys
import requests
import json