Loading pkgs/servers/apcupsd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Daemon for controlling APC UPSes"; homepage = "http://www.apcupsd.com/"; license = licenses.gpl2; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = [ maintainers.bjornfor ]; }; Loading pkgs/servers/brickd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ stdenv.mkDerivation { homepage = "https://www.tinkerforge.com/"; description = "A daemon (or service on Windows) that acts as a bridge between the Bricks/Bricklets and the API bindings for the different programming languages"; maintainers = [ lib.maintainers.qknight ]; license = lib.licenses.gpl2; license = lib.licenses.gpl2Plus; platforms = lib.platforms.all; mainProgram = "brickd"; }; Loading pkgs/servers/dns/dnsdist/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { description = "DNS Loadbalancer"; mainProgram = "dnsdist"; homepage = "https://dnsdist.org"; license = licenses.gpl2; license = licenses.gpl2Only; maintainers = with maintainers; [ jojosch ]; }; } pkgs/servers/dns/pdns/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.powerdns.com"; platforms = platforms.unix; broken = stdenv.isDarwin; license = licenses.gpl2; license = licenses.gpl2Only; maintainers = with maintainers; [ mic92 disassembler nickcao ]; }; }) pkgs/servers/freeradius/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://freeradius.org/"; description = "A modular, high performance free RADIUS suite"; license = licenses.gpl2; license = licenses.gpl2Plus; maintainers = with maintainers; [ sheenobu willibutz lheckemann ]; platforms = with platforms; linux; }; Loading Loading
pkgs/servers/apcupsd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Daemon for controlling APC UPSes"; homepage = "http://www.apcupsd.com/"; license = licenses.gpl2; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = [ maintainers.bjornfor ]; }; Loading
pkgs/servers/brickd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ stdenv.mkDerivation { homepage = "https://www.tinkerforge.com/"; description = "A daemon (or service on Windows) that acts as a bridge between the Bricks/Bricklets and the API bindings for the different programming languages"; maintainers = [ lib.maintainers.qknight ]; license = lib.licenses.gpl2; license = lib.licenses.gpl2Plus; platforms = lib.platforms.all; mainProgram = "brickd"; }; Loading
pkgs/servers/dns/dnsdist/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { description = "DNS Loadbalancer"; mainProgram = "dnsdist"; homepage = "https://dnsdist.org"; license = licenses.gpl2; license = licenses.gpl2Only; maintainers = with maintainers; [ jojosch ]; }; }
pkgs/servers/dns/pdns/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.powerdns.com"; platforms = platforms.unix; broken = stdenv.isDarwin; license = licenses.gpl2; license = licenses.gpl2Only; maintainers = with maintainers; [ mic92 disassembler nickcao ]; }; })
pkgs/servers/freeradius/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://freeradius.org/"; description = "A modular, high performance free RADIUS suite"; license = licenses.gpl2; license = licenses.gpl2Plus; maintainers = with maintainers; [ sheenobu willibutz lheckemann ]; platforms = with platforms; linux; }; Loading