diff --git a/pkgs/by-name/di/diction/package.nix b/pkgs/by-name/di/diction/package.nix index e6fb9f5d48bd..f0c6dd42461e 100644 --- a/pkgs/by-name/di/diction/package.nix +++ b/pkgs/by-name/di/diction/package.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "diction"; - version = "1.13"; + version = "1.14"; src = fetchurl { - url = "http://www.moria.de/~michael/diction/${pname}-${version}.tar.gz"; - sha256 = "08fi971b8qa4xycxbgb42i6b5ms3qx9zpp5hwpbxy2vypfs0wph9"; + url = "https://www.moria.de/~michael/comp/diction/diction-${version}.tar.gz"; + hash = "sha256-2gEvs6XLplZtI4zahpsM7NvvBFJ4DE02gQCoQEcv1/w="; }; meta = { @@ -21,6 +21,7 @@ stdenv.mkDerivation rec { characteristics of a document, including sentence length and other readability measures. ''; + homepage = "https://www.moria.de/~michael/comp/"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.unix; };