glance: add defelo as maintainer
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user