diction: 1.13 -> 1.14, add homepage (#464671)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user