summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/gonic
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-07-07 12:52:12 +0200
committerProfpatsch <mail@profpatsch.de>2023-07-07 12:53:42 +0200
commitc97ad2763a42263966f9dd939bd06e22f13ed457 (patch)
tree3730745261dbb5e2cb1fc169cb7800dfee7b18ac /pkgs/servers/gonic
parent2b36da76cf33b504d9c4ffe5c7dfe537077276af (diff)
rm Profpatsch from stuff without interest/capacity of maintaining
For tree-sitter I’m still interested, but don’t want to be first in the list :)
Diffstat (limited to 'pkgs/servers/gonic')
-rw-r--r--pkgs/servers/gonic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/gonic/default.nix b/pkgs/servers/gonic/default.nix
index 7178694868b8..34f8db9e43c3 100644
--- a/pkgs/servers/gonic/default.nix
+++ b/pkgs/servers/gonic/default.nix
@@ -49,7 +49,7 @@ buildGoModule rec {
homepage = "https://github.com/sentriz/gonic";
description = "Music streaming server / subsonic server API implementation";
license = lib.licenses.gpl3Plus;
- maintainers = with lib.maintainers; [ Profpatsch ];
+ maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}