summaryrefslogtreecommitdiff
path: root/logout-manager/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-03-08 16:16:48 +0000
committerB. Stack <bgstack15@gmail.com>2023-03-08 16:16:48 +0000
commitafec047935f60290f3a7f69a706c9c4acd054cfd (patch)
treefa457bab134955b5b19f9576bc8219adfece515f /logout-manager/README.md
parentnotepad++ 8.5 (diff)
parentxseticon +stackrpms (diff)
downloadstackrpms-afec047935f60290f3a7f69a706c9c4acd054cfd.tar.gz
stackrpms-afec047935f60290f3a7f69a706c9c4acd054cfd.tar.bz2
stackrpms-afec047935f60290f3a7f69a706c9c4acd054cfd.zip
Merge branch 'fix-deb-suffix' into 'master'
Fix deb suffix See merge request bgstack15/stackrpms!342
Diffstat (limited to 'logout-manager/README.md')
-rw-r--r--logout-manager/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/logout-manager/README.md b/logout-manager/README.md
index e2c678d..c7abf63 100644
--- a/logout-manager/README.md
+++ b/logout-manager/README.md
@@ -15,7 +15,7 @@ Distro | logout-manager version
Devuan | 0.0.2
## Additional info
-This project also exists as a proof-of-concept for myself, for various combinations of things in Python3, including [svg graphics in tkinter](https://bgstack15.wordpress.com/2019/07/13/display-svg-in-tkinter-python3/), and Gtk3 applications and status icons, and menus with icons on the items.
+This project also exists as a proof-of-concept for myself, for various combinations of things in Python3, including [svg graphics in tkinter](https://bgstack15.ddns.net/blog/posts/2019/07/13/display-svg-in-tkinter-python3/), and Gtk3 applications and status icons, and menus with icons on the items.
## Differences from upstream
None
bgstack15