diff --git a/res/COPYRIGHT.md b/res/COPYRIGHT.md
index fd4dd90..4ba0387 100644
--- a/res/COPYRIGHT.md
+++ b/res/COPYRIGHT.md
@@ -95,6 +95,22 @@ I am not a copyright expert, and maybe I am doing all wrong things, please corre
#
+## Devuan
+
+
+
+### Base artwork:
+
+- Copyright Holder: Devuan Editors
+- License: [No license was mentioned](https://gitea.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/)
+- [Reference](https://gitea.devuan.org/devuan/documentation/src/branch/master/art/graphics/logo/devuan-emblem.svg)
+
+### Modifications
+
+- Description: From [blobicons](https://github.com/ItsHoul/blobicons)
+- Copyright Holder: [Houl](https://github.com/ItsHoul)
+- [Reference](https://github.com/ItsHoul/blobicons/blob/main/PNG/devuan.png)
+
## Endeavour OS
diff --git a/res/ascii/devuan.txt b/res/ascii/devuan.txt
new file mode 100644
index 0000000..d2a7e77
--- /dev/null
+++ b/res/ascii/devuan.txt
@@ -0,0 +1,9 @@
+{BLUE}
+ ,,
+ ,,,
+ ,,,
+ ,,,,
+ ,,,,,,
+ ,,,,,,,,,
+ ,o,o,,,,,,,
+ ,:W:,,,
\ No newline at end of file
diff --git a/res/devuan.png b/res/devuan.png
new file mode 100644
index 0000000..228f414
Binary files /dev/null and b/res/devuan.png differ
diff --git a/uwufetch.c b/uwufetch.c
index 1896b26..94b2345 100644
--- a/uwufetch.c
+++ b/uwufetch.c
@@ -256,6 +256,7 @@ void uwu_name(struct configuration* config_flags, struct info* user_info) {
else STRING_TO_UWU("arcolinux", "ArcOwO Linuwu");
else STRING_TO_UWU("artix", "Nyartix Linuwu");
else STRING_TO_UWU("debian", "Debinyan");
+ else STRING_TO_UWU("devuan", "Devunyan");
else STRING_TO_UWU("deepin", "Dewepyn");
else STRING_TO_UWU("endeavouros", "endeavOwO");
else STRING_TO_UWU("EndeavourOS", "endeavOwO");