glance: add defelo as maintainer

This commit is contained in:
Defelo
2025-03-16 17:36:22 +01:00
parent 70444d6705
commit aa64ff81f4
+4 -1
View File
@@ -40,6 +40,9 @@ buildGoModule rec {
description = "Self-hosted dashboard that puts all your feeds in one place";
mainProgram = "glance";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ dvn0 ];
maintainers = with lib.maintainers; [
dvn0
defelo
];
};
}