tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prosody: remove flosse from the list of maintainers
Markus Kohlhase
8 years ago
1898496b
ae4579e0
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
xmpp
prosody
default.nix
+1
-1
pkgs/servers/xmpp/prosody/default.nix
···
67
license = licenses.mit;
68
homepage = http://www.prosody.im;
69
platforms = platforms.linux;
70
-
maintainers = [ maintainers.flosse ];
71
};
72
}
···
67
license = licenses.mit;
68
homepage = http://www.prosody.im;
69
platforms = platforms.linux;
70
+
maintainers = [ ];
71
};
72
}