11 src = fetchFromGitHub {
15 sha256 = "sha256-+pMMIutj+OWKZmOYH5NuA4a7aS5CD+33vAEC9bJmyfM=";
18 buildInputs = [ libxcrypt ];
23 description = "Self-contained user/group management and authentication service";
24 homepage = "https://github.com/majewsky/portunus";
25 license = licenses.gpl3Plus;
26 platforms = platforms.linux;
27 maintainers = with maintainers; [ majewsky ] ++ teams.c3d2.members;