diff --git a/pkgs/servers/dict/default.nix b/pkgs/servers/dict/default.nix index 1b3962907781..ea7cb80b8fc0 100644 --- a/pkgs/servers/dict/default.nix +++ b/pkgs/servers/dict/default.nix @@ -30,8 +30,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Dict protocol server and client"; homepage = "http://www.dict.org"; - license = licenses.gpl2; - maintainers = with maintainers; [ ]; - platforms = platforms.linux; + license = licenses.gpl2Plus; + maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/servers/dict/libmaa.nix b/pkgs/servers/dict/libmaa.nix index b0762990f2d5..9b31732ed124 100644 --- a/pkgs/servers/dict/libmaa.nix +++ b/pkgs/servers/dict/libmaa.nix @@ -15,8 +15,9 @@ stdenv.mkDerivation rec { env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation"; meta = with lib; { - description = "Dict protocol server and client"; - maintainers = [ ]; - platforms = platforms.linux; + description = "Provides many low-level data structures which are helpful for writing compilers"; + license = licenses.gpl2Plus; + maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; }