Remove dead website PipeDot
[gofetch.git] / src / be / nikiroo / gofetch / support / Type.java
index 614022c9a35533f166ce4b6e5025c98d85dc681c..cc26428260674d7544c168673407c6aa024d9951 100644 (file)
@@ -8,8 +8,6 @@ package be.nikiroo.gofetch.support;
 public enum Type {
        /** EN: Any, but mostly IT/Sci */
        SLASHDOT,
-       /** EN: Clone of Slashdot, mostly abandoned */
-       PIPEDOT,
        /** EN: Linux */
        LWN,
        /** FR: Any */
@@ -24,4 +22,6 @@ public enum Type {
        PHORONIX,
        /** FR: Any */
        SEPT_SUR_SEPT,
+       /** EN: IT */
+       REDDIT,
 }