aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-06 20:52:07 +0200
committerMattias Andrée <m@maandree.se>2024-10-06 20:52:07 +0200
commit74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e (patch)
treeb1f97b08be8887741ec846a15711ba978eb3089d
parentm (diff)
downloadnightshift-74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e.tar.gz
nightshift-74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e.tar.bz2
nightshift-74405ae5ad9ae22b6f7a91ba2a983c92ad9e052e.tar.xz
Update e-mail
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--examples/x-window-focus2
-rwxr-xr-xsrc/__main__.py4
-rw-r--r--src/completion2
-rw-r--r--src/interface.py2
4 files changed, 4 insertions, 6 deletions
diff --git a/examples/x-window-focus b/examples/x-window-focus
index 9d341ff..930044a 100644
--- a/examples/x-window-focus
+++ b/examples/x-window-focus
@@ -6,7 +6,7 @@
# only been tested on twm and xmonad.
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# Copyright © 2014 Mattias Andrée (m@maandree.se)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/__main__.py b/src/__main__.py
index a8f0723..dbc4623 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -2,7 +2,7 @@
# -*- python -*-
copyright='''
nightshift - A terminal user interface for redshift
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014 Mattias Andrée (m@maandree.se)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -191,8 +191,6 @@ for arg in sys.argv[1:]:
-m --method METHOD Method to use to set colour temperature
(Type `list' to see available methods)
-r --no-transition Disable temperature transitions
-
- Please report bugs to <https://github.com/maandree/nightshift/issues>
'''
text = text.split('\n')[:-1]
indent = min([len(line) - len(line.lstrip()) for line in text if line.rstrip().startswith(' ')])
diff --git a/src/completion b/src/completion
index b2caa90..7d7200f 100644
--- a/src/completion
+++ b/src/completion
@@ -1,5 +1,5 @@
; nightshift - A terminal user interface for redshift
-; Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+; Copyright © 2014 Mattias Andrée (m@maandree.se)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
diff --git a/src/interface.py b/src/interface.py
index 99d38ed..53928d6 100644
--- a/src/interface.py
+++ b/src/interface.py
@@ -2,7 +2,7 @@
# -*- python -*-
'''
nightshift - A terminal user interface for redshift
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014 Mattias Andrée (m@maandree.se)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by