summarylogtreecommitdiffstats
path: root/hastebin
diff options
context:
space:
mode:
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