diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-02 12:28:11 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-02 12:28:11 +0200 |
commit | a0d8b071f4c6426423564afdaf6cc9f15aaad986 (patch) | |
tree | dbdaf0a2b2a6f4b6137c997cd9d35211fa98b559 | |
parent | 1606a23bfd407d4bbc0e9e87fd357537f1b31992 (diff) |
FIX Contributers
-rw-r--r-- | shell/callbacks.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index 89fe4e32..6b9ecafc 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -170,6 +170,7 @@ void cb_about() "Ondrej Čerman", "Mike Hewitt", "Boris Afonot", + "Amstelchen", "", "Based on work by:", "uber-graph by Christian Hergert and others.", @@ -204,6 +205,12 @@ void cb_about() "The GNOME Project", "epicbard", "Roundicons", + "", + "Packaging by:", + "Topazus (Fedora/Redhat branches)", + "Yochananmargos (Arch branches)", + "lucacastro/tsimonq2 (Debian/Ubuntu branches)", + "", NULL }; |